/jsonvis

SVG JSON Visualizer

Primary LanguageTypeScriptMIT LicenseMIT

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