UNPKG

ohayolibs

Version:

Ohayo is a set of essential modules for ohayojp.

15 lines (13 loc) 335 B
import { OhayoQRConfig } from '@ohayo/util'; export const QR_DEFULAT_CONFIG: OhayoQRConfig = { lib: `https://cdn.bootcdn.net/ajax/libs/qrious/4.0.2/qrious.min.js`, background: 'white', backgroundAlpha: 1, foreground: 'black', foregroundAlpha: 1, level: 'L', mime: 'image/png', padding: 10, size: 220, delay: 0, };