custom-qrcode-browser
Version:
[](https://github.com/CyrilDesch/custom-qrcode-browser/actions/workflows/continuous-integrations.yaml) [![L
6 lines (5 loc) • 408 B
TypeScript
export declare const SVG_NS = "http://www.w3.org/2000/svg";
export declare function createSvgPathFromString(pathData: string): SVGPathElement;
export declare function createSvgGroupFromElements(elements: SVGElement[]): SVGGElement;
export declare function getDefsElement(mainSvg: SVGElement): SVGDefsElement;
export declare function computeViewBoxIncrease(codeMatrixSize: number, sizeRatio: number): number;