@taingo97/react-native-telpo-printer
v2.0.1
Published
telpo printer
Downloads
9
Maintainers
Readme
react-native-telpo-printer
telpo printer
Installation
npm install @taingo97/react-native-telpo-printer
yarn add @taingo97/react-native-telpo-printer
Usage
import { TelpoPrinter } from "@taingo97/react-native-telpo-printer";
```js
TelpoPrinter.printText(string text, int size, int align, boolean bold, boolean italic, Callback callback);
TelpoPrinter.printQRCode(string text, int width, int height, Callback callback);
TelpoPrinter.printBarCode(string text, int width, int height, Callback callback);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT