Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 445 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 445 Bytes

react-native-thermal-printer

Thermal printing for react native applications

Installation

npm install react-native-thermal-printer

Usage

import ThermalPrinter from "react-native-thermal-printer";

// ...

const result = await ThermalPrinter.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT