UNPKG

qr-code-styling

Version:

Add a style and an image to your QR code

3 lines (2 loc) 116 B
import { Window } from "../types"; export default function toDataURL(url: string, window: Window): Promise<string>;