UNPKG

code-craft-studio

Version:

A comprehensive QR code and barcode scanning/generation library for React. Works with or without Capacitor. Supports 22+ QR data types and 14+ barcode formats (EAN, UPC, Code 128, etc.), with customizable designs, analytics, and React components. Provider

5 lines (4 loc) 164 B
import React from 'react'; import type { QRStudioProps } from '../../definitions'; export declare const QRStudio: React.FC<QRStudioProps>; export default QRStudio;