a reimagining of https://rasterbator.net/, inspired by the source: https://github.com/supertobi/rasterbator-ng
# dev profile
$ trunk serve
# release profile
$ trunk serve --release
$ trunk build --release
Compress the contents of dist
into a zip file and upload
- styling/UX
- zip all files for download, "download all" link
- svg backend
- allow user to control min/max percentages for dot sizes
- way to make the thing not block while it renders, if possible
- any kind of perf optimization at all
- investigate converting to
web-sys
fromstdweb
-
wee_alloc
(https://rustwasm.github.io/book/game-of-life/code-size.html) - gzip the wasm bundle (seems to be an issue with Amplify)