react/packages/react-art
2018-07-06 16:04:45 -07:00
..
npm use different eslint config for es6 and es5 (#11794) 2017-12-11 15:52:46 +00:00
src Configure react-test-renderer as a secondary (#13164) 2018-07-06 16:04:45 -07:00
Circle.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 Remove transitive dependency on fbjs (#13075) 2018-06-19 17:52:37 +01: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

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