UNPKG

@itsjining/svelte-scan-qrcode

Version:

Scan QR Code on browser by open camera or upload QR Code image. Support open cameras on Android and iOS browsers.

9 lines (6 loc) 169 B
import { sveltekit } from '@sveltejs/kit/vite'; import type { UserConfig } from 'vite'; const config: UserConfig = { plugins: [sveltekit()] }; export default config;