Looks really nice. I think you've done a good job with the landing page. The app itself is pretty barebones right now and doesn't seem to support importing images or exporting video (correct me if I'm wrong)?

I'm curious how you plan to handle rendering the animations to a video. I think that will be a really challenging part to do in-browser, but maybe there are some libraries for this that I'm unaware of.

Two options to record canvas to video file:

1. MediaRecorder (requires browser support) https://developer.mozilla.org/en-US/docs/Web/API/MediaStream...

2. ffmpeg.wasm https://github.com/ffmpegwasm/ffmpeg.wasm/