UNPKG

@liquid-js/qr-code-styling

Version:

Generate styled QR codes on web or in Node

17 lines (16 loc) 1.04 kB
import { QRCodeStyling as _QRCodeStyling } from './core/qr-code-styling.js'; import type * as _browserUtils from './tools/browser-utils.js'; import { RecursivePartial } from './types/helper.js'; import { Options } from './utils/options.js'; export { ErrorCorrectionLevel, Mode, TypeNumber } from '@liquid-js/qrcode-generator/lib/qrcode/QRCodeMinimal.js'; export { type ExtensionFunction } from './core/qr-code-styling.js'; export { FileExtension } from './tools/browser-utils.js'; export { type RecursivePartial } from './types/helper.js'; export { type CanvasOptions } from './utils/canvas-options.js'; export { GradientType, type Gradient } from './utils/gradient.js'; export { CornerDotType, CornerSquareType, DotType, ImageMode, ShapeType, type Options, type Plugin } from './utils/options.js'; export { ErrorCorrectionPercents } from './utils/qrcode.js'; export declare const browserUtils: typeof _browserUtils | undefined; export declare class QRCodeStyling extends _QRCodeStyling { constructor(options: RecursivePartial<Options>); }