UNPKG

evrythng-scan

Version:

Plugin for evrythng.js that adds Barcode, QR code, Image Recognition and OCR scanning to applications.

8 lines (5 loc) 121 B
import { Operator } from 'evrythng' Operator.scan = () => { console.log('scanning') } export const version = '3.0.0'