UNPKG

zebra-striped

Version:

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

6 lines 234 B
export default { getBase64Code(value, _format, _size, _onColor, _offColor) { return `Not supported platform(yet! ⏳), cannot generate code for value: ${value}`; }, }; //# sourceMappingURL=ZebraStripedModule.web.js.map