@burnmark-io/designer-core / renderFull
Function: renderFull()
renderFull(
doc,options?):Promise<RawImageData>
Defined in: packages/core/src/render/pipeline.ts:22
Render a document to a single full-colour RGBA canvas. No 1bpp conversion — caller is responsible for that step (typically via a driver's print() or createPreview() which handles colour separation and thresholding).
Parameters
doc
options?
RenderOptions = {}
Returns
Promise<RawImageData>