UNPKG

smp-serverless-utils

Version:

Utilities for working with GCP Storage, file handling, and PDF/SVG conversions

8 lines (7 loc) 231 B
export declare const ALLOWED_FILE_FORMATS: string[]; export declare const TIMEOUT = 600000; export declare const CANVAS_PREVIEW = "canvas[id^=\"preview_\"]"; export declare const FILE_FORMAT: { PDF: string; SVG: string; };