mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
d63249d034
Did find and replace in TextMate.
```
find: (?:( \*)( ))?Copyright (?:\(c\) )?(\d{4})\b.+Facebook[\s\S]+(?:this source tree|the same directory)\.$
replace: $1$2Copyright (c) $3-present, Facebook, Inc.\n$1\n$1$2This source code is licensed under the MIT license found in the\n$1$2LICENSE file in the root directory of this source tree.
```
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.