UNPKG

evrythng-scan

Version:

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

9 lines (7 loc) 194 B
/* eslint-env jasmine */ import * as EVTScan from '../../dist/evrythng-scan.es6' describe('EVTScan Distribution', () => { it('should exist', () => { expect(EVTScan).toBeDefined() }) })