@burnmark-io/designer-core / exportSheet
Function: exportSheet()
exportSheet(
doc,sheet,rows?,options?):Promise<Blob>
Defined in: packages/core/src/export/sheet.ts:118
Export a sticker-sheet PDF. Tiles the label design across every position produced by positionsFromSheet. If rows is supplied, each row becomes a unique label; otherwise every position is filled with the same label. Extra rows paginate onto new sheets.
Parameters
doc
sheet
rows?
Record<string, string>[]
options?
RenderOptions = {}
Returns
Promise<Blob>