react/packages/react-art
Brian Vaughn dc271876a2
Pre-release version fix (#12148)
* Ran updated release script to fix deps
* Release script handles prerelease deps correctly
* Update noop-renderer dependencies on reconciler package
2018-02-04 08:54:42 -08:00
..
npm use different eslint config for es6 and es5 (#11794) 2017-12-11 15:52:46 +00:00
src Sync scheduling by default, with an async opt-in (#11771) 2018-01-08 18:50:02 -08:00
Circle.js Rudimentary tests for not covered entry points (#11835) 2017-12-13 12:45:30 +00:00
README.md Update README URLS to HTTPS (#11635) 2017-11-27 18:13:41 -08:00
Rectangle.js Rudimentary tests for not covered entry points (#11835) 2017-12-13 12:45:30 +00:00
Wedge.js Rudimentary tests for not covered entry points (#11835) 2017-12-13 12:45:30 +00:00
index.js react-art: convert var to let/const (#11720) 2017-11-30 15:23:24 +00:00
package.json Pre-release version fix (#12148) 2018-02-04 08:54:42 -08:00

README.md

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).