ckgl/node_modules/zxing-wasm/dist/es/bindings/exposedReaderBindings.d.ts
2024-12-21 18:03:43 +08:00

18 lines
1.0 KiB
TypeScript

import { type ReaderOptions } from "./index.js";
export declare const defaultReaderOptions: Required<ReaderOptions>;
export { barcodeFormats, type BarcodeFormat, type ReadInputBarcodeFormat, type ReadOutputBarcodeFormat, binarizers, type ZXingBinarizer, type Binarizer, characterSets, type ZXingCharacterSet, type CharacterSet, contentTypes, type ZXingContentType, type ContentType, type ZXingReaderOptions, type ReaderOptions, eanAddOnSymbols, type ZXingEanAddOnSymbol, type EanAddOnSymbol, readOutputEccLevels, type ReadOutputEccLevel, type ZXingEnum, type ZXingPoint, type ZXingPosition, type Point, type Position, type ZXingReadResult, type ReadResult, textModes, type ZXingTextMode, type TextMode, type ZXingVector, } from "./index.js";
export {
/**
* @deprecated renamed as `defaultReaderOptions`
*/
defaultReaderOptions as defaultDecodeHints, };
export {
/**
* @deprecated renamed as `ZXingReaderOptions`
*/
type ZXingReaderOptions as ZXingDecodeHints,
/**
* @deprecated renamed as `ReaderOptions`
*/
type ReaderOptions as DecodeHints, } from "./index.js";