@revideo/core / utils / useContextAfter
Function: useContextAfter()
useContextAfter(
callback): () =>void
Defined in: utils/useContext.ts:19
Provide a function to access the Context2D after the scene is rendered.
Parameters
callback
(ctx) => void
The function that will be provided the context after render.
Returns
() => void