Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
A Node.js module for printing HTML directly, specifically designed for POS printers and Electron applications. It utilizes wkhtmltopdf to convert HTML to PDF and pdf-to-printer to send the PDF to the printer without requiring user intervention or saving to disk. This module is not intended for use in browser environments.