etro-js / etro

Typescript video-editing framework for the browser
https://etrojs.dev
GNU General Public License v3.0
859 stars 86 forks source link

Add `onDraw` option to `Movie.record()` #232

Open clabe45 opened 1 year ago

clabe45 commented 1 year ago

This optional user-provided callback should run at the end of every call to Movie._render().

For context on the naming, I am planning on eventually renaming the concept of "rendering" in etro to "drawing".