UNPKG

@ireceipt.pro/js

Version:

Create PDF files or images (JPG, PNG, WEBP) from your HTML template.

7 lines (6 loc) 259 B
export declare const createFile: (apiKey: string, type: "jpg" | "png" | "webp" | "pdf", templateType: "public" | "private", templateId: string, args: { [key: string]: unknown; }, size?: { width: number; height: number; }) => Promise<ArrayBuffer>;