Interface: PlanContext
Defined in: packages/core/src/plugin.ts:36
Properties
actual
actual:
Size
Defined in: packages/core/src/plugin.ts:42
Actual buffer size at this stage's input.
logical
logical:
Size
Defined in: packages/core/src/plugin.ts:40
Logical (full-resolution) size at this stage's input.
mode
mode:
"truth"|"preview"
Defined in: packages/core/src/plugin.ts:46
truth or preview. Plugins may cheapen work in preview.
options?
optionaloptions?:unknown
Defined in: packages/core/src/plugin.ts:38
The plugin's resolved options (see SealpixelPlugin.options).
scale
scale:
number
Defined in: packages/core/src/plugin.ts:44
actual.width / logical.width.