scandit-web-datacapture-core
v6.28.1
Published
Scandit Data Capture SDK for the Web
Downloads
42,137
Readme
ScanditCaptureCore builds the foundation of all data capture related functionality offered by the Scandit Data Capture SDK. It contains classes and interfaces shared between the data capture modules.
Learn more with the official documentation or get started with our samples
Apple Silicon (M1) development note
node-canvas does not have a prebuilt binary for apple m1 chips so before installing you may need to add some dependencies and let node compile the library for you
brew install pkg-config cairo pango libpng jpeg giflib librsvg pixman
See the issue https://github.com/Automattic/node-canvas/issues/2075