-
Clone this project
git clone https://github.com/zuramai/jsonvis cd jsonvis
-
Install dependencies and run
pnpm install -r pnpm js:dev & pnpm dev
-
Usage
let data = {} // put your data here const svg = document.querySelector('#visualizer') const vis = createVisualizer(svg, data)
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.
MIT license