qrcode-studio
Version:
A comprehensive Capacitor plugin for QR code and barcode scanning/generation. Supports 22+ QR data types and 14+ barcode formats (EAN, UPC, Code 128, etc.), with customizable designs, analytics, and React components. Works seamlessly across web, iOS, and
7 lines (6 loc) • 325 B
TypeScript
export { QRScanner } from './QRScanner';
export { QRGenerator } from './QRGenerator';
export { QRStudio } from './QRStudio';
export { BarcodeScanner } from './BarcodeScanner';
export type { QRScannerProps, QRGeneratorProps, QRStudioProps, } from '../definitions';
export type { BarcodeScannerProps } from './BarcodeScanner';