UNPKG

@imgly/plugin-qr-code-web

Version:

QR code generation plugin for the CE.SDK editor

8 lines (7 loc) 161 B
interface QrCode { svg: string; path: string; size: number; } export declare function generateQr(content: string, color: string): QrCode; export {};