main
md 7 lines 326 Bytes
Rendered Raw
1 # React ART
2
3 React ART is a JavaScript library for drawing vector graphics using [React](https://github.com/facebook/react/).
4
5 It provides declarative and reactive bindings to the [ART library](https://github.com/sebmarkbage/art/).
6
7 Using the same declarative API you can render the output to either Canvas, SVG or VML (IE8).