react/packages/react-art
Andrew Clark 5c6ef40446 v16.0.0
2017-09-26 08:50:33 -07:00
..
lib Update license headers BSD+Patents -> MIT 2017-09-25 18:17:44 -07:00
index.js Convert current build system to Rollup and adopt flat bundles (#9327) 2017-04-05 16:47:29 +01:00
package.json v16.0.0 2017-09-26 08:50:33 -07:00
README.md Convert current build system to Rollup and adopt flat bundles (#9327) 2017-04-05 16:47:29 +01:00

React ART

React ART is a JavaScript library for drawing vector graphics using React.

It provides declarative and reactive bindings to the ART library.

Using the same declarative API you can render the output to either Canvas, SVG or VML (IE8).

The examples directory contains a simple example of using React ART; you can also test out the art branch of the react-page project.

Contribute

To read more about the community and guidelines for submitting pull requests, please read the Contributing document.