1.0.7 • Published 5 years ago

yooga-electron-print v1.0.7

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

yooga-electron-print

Allows printing from an Electron App in silent mode using the default printer of the system. This is a fork of @electron-print

Install

$ npm install --save yooga-electron-print

Usage

const printer = require('electron-print');

app.on('ready', function() {
    printer.print("Text sent to printer.")
});

Version

1.0.3

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago