0.1.10 • Published 3 years ago

react-native-epson-printer v0.1.10

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-native-epson-printer

A react native module for epson printer sdk.

Installation

npm install react-native-epson-printer

Usage

import {discover, print} from "react-native-epson-printer";

// for discovery
const printers = await discover({interface_type: InterfaceType.LAN});

// for printing
const response = await print({
  printer: {name: 'Epson', interface_type: 'LAN', mac_address: '12:12:12:12:12:12', target: '192.168.0.100'},
  data: 'Test Print',
  receipt_copy_count: 1,
  font_size: FontSize.Small, // Small, Regular, Medium, Large
})

Contributing

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

License

MIT

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago