javascript-usb-chrome

Connect USB customer display devices to Google Chrome browser.

Usage no npm install needed!

<script type="module">
  import javascriptUsbChrome from 'https://cdn.skypack.dev/javascript-usb-chrome';
</script>

README

Check out "the" GitLab for more info!

NOTE: This package is unfinished. Not recommended for usage!


How to use:

Call these two in their appropriate places...

´openDevice()´ :: For opening the session with the plugged-in customer display.

and then...

´printToDisplayScreen(clrScrBeforePrint = true, stringToScreen)´ :: For printing a string on the display screen. Change ´stringToScreen´ as the desired string you want to print.