1.0.0 • Published 6 years ago

npus v1.0.0

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

npus

NPM version NPM downloads Build Status Coverage Status

A node printing utils

How to Install

$ npm install --save npus

About out of paper

cups use printer option to report printer options and state include paper state. The detail information about printer include paper, marker and toner is here

Example of paper out state when start printing.

{
"printer-state-reasons": "media-empty-warning,media-empty-report"
}

and

{
"printer-state-reasons": "media-empty-warning,media-empty-error,media-needed"
}

After fulfilled paper, the printer-state-reasons become:

{
"printer-state-reasons": "none"
}

Reference

License

MIT © Yuan Tao

1.0.0

6 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago