UNPKG

qrcode-vue3

Version:

Add a style and an image to your QR code Vue3

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