canvas-editor-pdf
Version:
pdf exporter to canvas-editor
7 lines (6 loc) • 330 B
TypeScript
import { DrawPdf } from './core/draw/DrawPdf';
import { svgString2Image } from './core/draw/particle/ImageParticle';
import { IEditorData, IEditorOption } from './interface/Editor';
export { DrawPdf, svgString2Image };
export type { IEditorData, IEditorOption };
export type { FontSource, PdfOptions } from './core/draw/DrawPdf';