UNPKG

custom-qrcode-browser

Version:

[![Continuous Integrations](https://github.com/CyrilDesch/custom-qrcode-browser/actions/workflows/continuous-integrations.yaml/badge.svg?branch=main)](https://github.com/CyrilDesch/custom-qrcode-browser/actions/workflows/continuous-integrations.yaml) [![L

6 lines (5 loc) 408 B
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;