MCPcopy
hub / github.com/midrender/revideo / render

Method render

packages/core/src/scenes/Scene.ts:228–228  ·  view source on GitHub ↗

* Render the scene onto a canvas. * * @param context - The context to used when rendering.

(context: CanvasRenderingContext2D)

Source from the content-addressed store, hash-verified

226 * @param context - The context to used when rendering.
227 */
228 render(context: CanvasRenderingContext2D): Promise<void>;
229
230 /**
231 * Reload the scene.

Callers 11

renderMethod · 0.65
shaderCanvasMethod · 0.65
drawChildrenMethod · 0.65
drawMethod · 0.65
renderMethod · 0.65
renderFrameMethod · 0.65
exportFrameMethod · 0.65
MotionCanvasPlayerClass · 0.65
RevideoPlayerClass · 0.65
PreviewStageFunction · 0.65
EditorViewportFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected