zuramai / jsonvis

SVG JSON Visualizer

Home Page:https://zuramai.github.io/jsonvis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON Visualizer

ss

Demo

πŸ’» Installation

  1. Clone this project

    git clone https://github.com/zuramai/jsonvis
    cd jsonvis
  2. Install dependencies and run

    pnpm install -r
    pnpm js:dev & pnpm dev 
  3. Usage

    let data = {} // put your data here
    const svg = document.querySelector('#visualizer')
    const vis = createVisualizer(svg, data)

🀝 Contribution

I really appreciate contributions, issues and feature requests because this application is far from perfect. Feel free to pull requests and make changes to this project.

Since I finished this project myself, but there are many features and many things that can be improved, I really appreciate your help.

πŸ“ License

MIT license

About

SVG JSON Visualizer

https://zuramai.github.io/jsonvis

License:MIT License


Languages

Language:TypeScript 75.6%Language:HTML 17.2%Language:CSS 7.2%