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

13 lines (12 loc) 292 B
export interface TextOptions { value?: string | null; topValue?: string | null; leftValue?: string | null; rightValue?: string | null; bottomValue?: string | null; } export interface QRTextTemplateDefinition { id: string; name: string; options: TextOptions; }