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
745 B

import { type WriterOptions } from "./index.js";
export declare const defaultWriterOptions: Required<WriterOptions>;
export { barcodeFormats, type BarcodeFormat, type WriteInputBarcodeFormat, characterSets, type ZXingCharacterSet, type CharacterSet, writeInputEccLevels, type WriteInputEccLevel, type ZXingWriterOptions, type WriterOptions, type ZXingEnum, type ZXingWriteResult, type WriteResult, } from "./index.js";
export {
/**
* @deprecated renamed as `defaultWriterOptions`
*/
defaultWriterOptions as defaultEncodeHints, };
export type {
/**
* @deprecated renamed as `ZXingWriterOptions`
*/
ZXingWriterOptions as ZXingEncodeHints,
/**
* @deprecated renamed as `WriterOptions`
*/
WriterOptions as EncodeHints, } from "./index.js";