Invoke the OS Print Spooler to print the current webpage to a physical WiFi printer.
Invoke native OS print dialogue to print the current webpage or PDF document to a connected WiFi or Bluetooth printer.
import nativine from 'nativine';
nativine.print();
This opens the native print dialog where the user can select a printer, number of copies, and page range before printing.