Hacker News new | ask | show | jobs
by jankovicsandras 191 days ago
Looks cool!

Here's some feedback:

- the diagram is not centered and zoomed by default, this is easy to fix

- it would be great to have better animation controls, like progressbar, play half speed, etc.

- it would be great to be able to export animation to video, animgif, etc. e. g. with ffmpeg.js

1 comments

You might not even need ffmpeg.js for that anymore. WebCodecs API is well supported nowadays.

https://developer.mozilla.org/en-US/docs/Web/API/VideoEncode...