mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01:00
Only remaining references: ``` docs/_posts/2014-10-28-react-v0.12.md 51:You can read the full text of the [LICENSE](https://github.com/facebook/react/blob/master/LICENSE) and [`PATENTS`](https://github.com/facebook/react/blob/master/PATENTS) files on GitHub. docs/_posts/2015-04-17-react-native-v0.4.md 20:* **Patent Grant**: Many of you had concerns and questions around the PATENTS file. We pushed [a new version of the grant](https://code.facebook.com/posts/1639473982937255/updating-our-open-source-patent-grant/). src/__mocks__/vendor/third_party/WebComponents.js 8: * subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt ``` |
||
|---|---|---|
| .. | ||
| lib | ||
| index.js | ||
| package.json | ||
| README.md | ||
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.