Quick prototype of a simple semi-interactive HTML5 Canvas project inspired by this tweet from dezegene.
https://hkan.github.io/destressing-drops/
// Simply compile the javascript files.
npm run build
// OR
// Start up a watcher for quick compilation during development.
npm run watch