Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reactjs/react-art
React Bridge to the ART Drawing Library
https://github.com/reactjs/react-art
Last synced: 3 months ago
JSON representation
React Bridge to the ART Drawing Library
- Host: GitHub
- URL: https://github.com/reactjs/react-art
- Owner: reactjs
- License: other
- Archived: true
- Created: 2013-09-04T20:29:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T12:18:29.000Z (over 5 years ago)
- Last Synced: 2024-08-20T19:24:05.431Z (4 months ago)
- Language: JavaScript
- Size: 285 KB
- Stars: 1,994
- Watchers: 68
- Forks: 177
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-cn - react-art - React Bridge to the ART Drawing Library (Uncategorized / Uncategorized)
- awesome-react-renderer - react-art - React Bridge to the ART Drawing Library. (Web (+ NW & Electron))
- awesome-starred - reactjs/react-art - React Bridge to the ART Drawing Library (others)
README
***Note**: This package is now part of the [facebook/react](https://github.com/facebook/react/tree/master/packages/react-art) monorepo.*
# React ART
React ART is a JavaScript library for drawing vector graphics using [React](http://facebook.github.io/react/).
It provides declarative and reactive bindings to the [ART library](https://github.com/sebmarkbage/art/).
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](https://github.com/facebook/react-page/tree/art).
## Contribute
To read more about the community and guidelines for submitting pull requests, please read the [Contributing document](CONTRIBUTING.md).