etro-js / etro

Typescript video-editing framework for the browser

Home Page:https://etrojs.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

clabe45 opened this issue · comments

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".