JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3033
  • Score
    100M100P100Q118807F
  • License MIT

Create a printer on the network

Package Exports

  • ipp-printer

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ipp-printer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ipp-printer

An IPP printer written in Node.js.

This is work in progress!

Build status js-standard-style

Installation

npm install ipp-printer

Usage

var Printer = require('ipp-printer')

var printer = new Printer('My Printer')

printer.on('job', function (job) {
  fs.writeFile('job.ps', job.data)
})

License

MIT