2.2.2 • Published 1 year ago

@vendmachine/printer v2.2.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Main

Integration of 'custom' printers via USB

Start

  • Corepack enable

      corepack enable
  • Install dependencies

      yarn install
  • Create env file by .env.example

Other dependencies

  • On Linux, you'll need libudev to build libusb.
  • On Ubuntu/Debian: sudo apt-get update, then sudo apt-get install build-essential libudev-dev
  • On Windows, Use Zadig to install the WinUSB driver for your USB device.

Otherwise you will get LIBUSB_ERROR_NOT_SUPPORTED when attempting to open devices.

Find Printers

Run the next command to find the printers connected to the computer.

yarn find-printers
2.2.2

1 year ago

2.2.1

1 year ago

2.2.0

1 year ago