zxing-wasm
Version:
ZXing-C++ WebAssembly as an ES/CJS module with types
4 lines (3 loc) • 468 B
TypeScript
import { type WriterOptions } from "./index.js";
export declare const defaultWriterOptions: Required<WriterOptions>;
export { type BarcodeFormat, barcodeFormats, type CharacterSet, characterSets, type EcLevel, type LinearBarcodeFormat, type LooseBarcodeFormat, linearBarcodeFormats, type MatrixBarcodeFormat, matrixBarcodeFormats, type WriteInputBarcodeFormat, type WriteResult, type WriterOptions, type ZXingWriteResult, type ZXingWriterOptions, } from "./index.js";