@timokunze/node-printer 0.6.17 → 0.6.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Native bind printers on POSIX and Windows OS from Node.js, electron and node-web
|
|
|
6
6
|
|
|
7
7
|
* no dependecies;
|
|
8
8
|
* native method wrappers from Windows and POSIX (which uses [CUPS 1.4/macOS 14](http://cups.org/)) APIs;
|
|
9
|
-
* compatible with node v18
|
|
9
|
+
* compatible with node >= v18;
|
|
10
10
|
* `getPrinters()` to enumerate all installed printers with current jobs and statuses;
|
|
11
11
|
* `getPrinter(printerName)` to get a specific/default printer info with current jobs and statuses;
|
|
12
12
|
* `getPrinterDriverOptions(printerName)` ([POSIX](http://en.wikipedia.org/wiki/POSIX) only) to get a specific/default printer driver options such as supported paper size and other info
|