beta-capturejs
Version:
Socket Mobile Capture JS NPM package for Socket Mobile barcode scanner and NFC Reader/Writer products
25 lines (13 loc) • 569 B
Markdown
This Javascript NPM package can be used to add CaptureJS to your Javascript application.
NOTE: If your application is a react-native application please use react-native-capture package which has some native code to make CaptureJS working in iOS and Android.
Add the CaptureJS in your Node project:
`npm i beta-captureJs --save`
Using CaptureJS in the code:
```
import { Capture } from 'beta-captureJs';
import React from 'react';
```
The online documentation is available here: https://docs.socketmobile.com/capturejs/en/latest/