UNPKG

qrcode-vue3

Version:

Add a style and an image to your QR code Vue3

3 lines (2 loc) 91 B
import type { Mode } from "../types"; export default function getMode(data: string): Mode;