This repository has been archived by the owner on May 25, 2020. It is now read-only.
v1.1.0
This release adds some new functionality
- A method that returns devices on the computer (so you can see the VID/PID)
- vCard support:
- A scanned vCard now returns one string containing all data
- this behaviour is default on but can be turned off by passing
vCardString: false
into the options object - The default separation is a pipe character
'|'
, but can be changed by passingvCardSeparator: <string>
into the options object
- UTF8 Character coding is removed
- Added a test environment