react/packages/react-art
Brian Vaughn 61444a415b Updating package versions for release 16.3.0-rc.0 2018-03-27 19:07:53 -07: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 Updating package versions for release 16.3.0-rc.0 2018-03-27 19:07:53 -07: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).