You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

17 lines
1.0 KiB

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 type {
/**
* @deprecated renamed as `ZXingReaderOptions`
*/
ZXingReaderOptions as ZXingDecodeHints,
/**
* @deprecated renamed as `ReaderOptions`
*/
ReaderOptions as DecodeHints, } from "./index.js";