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