UNPKG

@qr-platform/qr-code.js

Version:

QRCode.js is a professional JavaScript/TypeScript library for creating customized QR codes, offering a blend of simplicity and sophistication. With versatile styling options—dot shapes, colors, gradients, embedded images, borders, and text—it enables you

8 lines (7 loc) 243 B
export declare const browserImageTools: { toDataURL: (url: string | Buffer | Blob) => Promise<string>; getSize: (src: string | Blob | Buffer, crossOrigin?: string) => Promise<{ width: number; height: number; }>; };