Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gre/react-json2d


https://github.com/gre/react-json2d

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

react-json2d
=======

React library to use [`json2d` library](https://github.com/gre/json2d).

### Props

- `children` **(required)**: the [json2d **data** format object](https://github.com/gre/json2d#the-data-format).
- `width` **(required)**: width of the canvas.
- `height` **(required)**: height of the canvas.
- `ratio`: the pixel ratio to use. *default is `window.devicePixelRatio`.*