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