UNPKG

zebra-striped

Version:

Generate barcodes natively in React Native with the ZXing library underhood!

5 lines 361 B
import ZebraCode from "./ZebraCode/ZebraCode"; import { ZebraCodeProps, CodeSize, CodeFormat } from "./ZebraStriped.types"; export declare function getBase64Code(value: string, format: CodeFormat, size: CodeSize, onColor?: string, offColor?: string): string | null; export { ZebraCode, ZebraCodeProps, CodeSize, CodeFormat }; //# sourceMappingURL=index.d.ts.map