UNPKG

swish-qrcode-svg

Version:

Generate [Swish](https://www.swish.nu) styled QR Code as SVG images.

12 lines (9 loc) 246 B
declare namespace swishQrcodeSvg { interface Options { backgroundColor?: string margin?: number size?: number } } declare function swishQrcodeSvg (input: string, options?: swishQrcodeSvg.Options): string export = swishQrcodeSvg