react/fixtures/art
Sophie Alpert d63249d034 Update license headers BSD+Patents -> MIT
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.
```
2017-09-25 18:17:44 -07:00
..
.gitignore Convert current build system to Rollup and adopt flat bundles (#9327) 2017-04-05 16:47:29 +01:00
app.js Run all fixtures through Prettier (#10157) 2017-07-12 11:19:24 -05:00
index.html Convert current build system to Rollup and adopt flat bundles (#9327) 2017-04-05 16:47:29 +01:00
package.json Add missing dependencies in art fixture, update yarn.lock (#10628) 2017-09-06 15:37:09 -07:00
README.md Convert current build system to Rollup and adopt flat bundles (#9327) 2017-04-05 16:47:29 +01:00
VectorWidget.js Update license headers BSD+Patents -> MIT 2017-09-25 18:17:44 -07:00
webpack.config.js Add missing dependencies in art fixture, update yarn.lock (#10628) 2017-09-06 15:37:09 -07:00
yarn.lock Add missing dependencies in art fixture, update yarn.lock (#10628) 2017-09-06 15:37:09 -07:00

VectorWidget example

To try this example, run:

npm install
npm run build

in this directory, then open index.html in your browser.