npm.io
1.0.8 • Published 8 years ago

escpos-printer-toolkit

Licence
ISC
Version
1.0.8
Deps
3
Vulns
0
Weekly
0
Stars
9

escpos-printer-toolkit

A printer command toolkit for translate text to ESC/POS command.

e.g. Text "这是一段打印测试文字"

will be translate to esc/pos command with the text align center.

Installation

npm install escpos-printer-toolkit --save

Usage

import EPToolkit from 'escpos-printer-toolkit';
let options = {
  beep: true, 
  cut: true, 
  tailingLine: true
}
EPToolkit.exchange_text("<C>这是一段打印测试文字</C>", options)

Keywords