UNPKG

@craynic/qr-platba

Version:

Library to work with Czech QR payments

9 lines (8 loc) 206 B
import { QrRequest } from './QrRequest'; export type QrCodeSVG = { size: number; contents: string; }; export declare class QrRequestRenderer { toSVG(qrRequest: QrRequest): Promise<QrCodeSVG>; }