react/packages/react-art
dan 11828bf529
Remove loose-envify dep and browserify configs (#28480)
Browserify isn't widely used, and at this point I don't think it makes
sense to have a special config just for the sake of it. Let's remove it?
2024-03-01 20:49:51 +00:00
..
npm Remove JSX propTypes validation (#28328) 2024-02-21 11:15:51 +00:00
src Remove JSX propTypes validation (#28328) 2024-02-21 11:15:51 +00:00
Circle.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
index.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
package.json Remove loose-envify dep and browserify configs (#28480) 2024-03-01 20:49:51 +00:00
README.md Update README URLS to HTTPS (#11635) 2017-11-27 18:13:41 -08:00
Rectangle.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
Wedge.js [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04: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).