Package Exports
- react-art
- react-art/lib/Circle.art
- react-art/lib/Rectangle.art
- react-art/shapes/circle
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-art) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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.