Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zuramai/jsonvis

SVG JSON Visualizer
https://github.com/zuramai/jsonvis

hacktoberfest json svg typescript visualization vite

Last synced: 17 days ago
JSON representation

SVG JSON Visualizer

Awesome Lists containing this project

README

        

JSON Visualizer

![ss](https://user-images.githubusercontent.com/45036724/194799745-ddd35971-2c2f-4c60-9110-72ca67ff5b0b.png)


Demo






💻 Installation

1. Clone this project
```bash
git clone https://github.com/zuramai/jsonvis
cd jsonvis
```

2. Install dependencies and run
```bash
pnpm install -r
pnpm js:dev & pnpm dev
```

3. Usage
```js
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