diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..228315e --- /dev/null +++ b/bower.json @@ -0,0 +1,22 @@ +{ + "name": "webgl-heatmap", + "main": "webgl-heatmap.js", + "version": "0.0.1", + "homepage": "https://github.com/pyalot/webgl-heatmap", + "description": "webgl-heatmap.js is a JavaScript library for high performance heatmap display.", + "keywords": [ + "webgl", + "heatmap" + ], + "authors": [ + "Florian Bösch" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} diff --git a/deep-sea-gradient.png b/deep-sea-gradient.png new file mode 100644 index 0000000..dfb8f3f Binary files /dev/null and b/deep-sea-gradient.png differ diff --git a/example.html b/example.html index 5d71d93..a1317ae 100644 --- a/example.html +++ b/example.html @@ -1,21 +1,21 @@ +