UNPKG

scandit-web-datacapture-core

Version:

Scandit Data Capture SDK for the Web

15 lines (9 loc) 769 B
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](https://docs.scandit.com/) or get started with [our samples](https://github.com/Scandit/datacapture-web-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](https://github.com/Automattic/node-canvas/issues/2075)