@wethecurious/phidget22-bundle
v2.5.1
Published
minor change to phidget22 to allow it to work when bundled via webpack. Also include sha256
Downloads
22
Readme
#@wethecurious/phidget22-bundle
Minor change to https://www.npmjs.com/package/phidget22 to make it work when using webpack or parcel bundlers.
We also include the sha256 library so this doesn't need to be separately installed.
Note that this version will NOT work on node. Only tested in a React Web environment.
All code is created and owned by Phidgets Inc. and is used here under the terms of the ISC licence which according to https://www.npmjs.com/package/phidget22 the source code is published under.
##Usage
npm i @wethecurious/phidget22-bundle
Prior to using any phidget code:
import '@wethecurious/phidget22-bundle';