Skip to content

Function: toRenderPlan()

toRenderPlan(log, actual, stages?): RenderPlan

Defined in: packages/core/src/plan.ts:28

Builds the plan for log executed on a buffer of actual size. Until the plugin registry lands (S1.9) every log compiles to the identity plan.

Parameters

log

EditLog

actual

height

number

width

number

stages?

Stage[] = []

Returns

RenderPlan