Skip to content

Commit

Permalink
fix(examples): rotating voronoi author and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nkint committed Jul 16, 2019
1 parent 8d9900a commit 94794c5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
7 changes: 4 additions & 3 deletions examples/rotating-voronoi/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# rotating-voronoi

[Live demo](http://demo.thi.ng/umbrella/rotating-voronoi/)
Example to show 2d spline in combination with voronoi tessellation.
Based on a M. Bostock [observablehq sketch](https://observablehq.com/@mbostock/rotating-voronoi). Originally from an [ornament](https://www.flickr.com/photos/quasimondo/8254540763/) by artist [Mario Klingemann](http://quasimondo.com/).

Please refer to the [example build instructions](https://github.com/thi-ng/umbrella/wiki/Example-build-instructions) on the wiki.

## Authors

- Karsten Schmidt
- Alberto Massa

## License

© 2018 Karsten Schmidt // Apache Software License 2.0
© 2019 Karsten Schmidt // Apache Software License 2.0
10 changes: 9 additions & 1 deletion examples/rotating-voronoi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@
"name": "rotating-voronoi",
"version": "0.0.1",
"repository": "https://github.com/thi-ng/umbrella",
"author": "Karsten Schmidt <k+npm@thi.ng>",
"author": "Alberto Massa <nootropic.kint@gmail.com>",
"license": "Apache-2.0",
"keywords": [
"canvas",
"svg",
"voronoi",
"delanuy",
"spline",
"rstream"
],
"scripts": {
"clean": "rm -rf .cache build out",
"build": "yarn clean && parcel build index.html -d out --public-url ./ --no-source-maps --no-cache --detailed-report --experimental-scope-hoisting",
Expand Down

0 comments on commit 94794c5

Please sign in to comment.