@liquid-js/qr-code-styling
Version:
Generate styled QR codes on web or in Node
5 lines (4 loc) • 378 B
TypeScript
import { DrawArgs } from '../types/helper.js';
import { CornerSquareType, Plugin } from '../utils/options.js';
export declare function getQrCornerSquareFigure(type: `${CornerSquareType}`): (args: DrawArgs) => readonly [SVGElement, SVGElement];
export declare function drawPluginCornerSquare(plugins: Plugin[]): (args: DrawArgs) => readonly [SVGElement, SVGElement] | undefined;