UNPKG

scanbot-web-sdk

Version:

Scanbot Web Document and Barcode Scanner SDK

3 lines 208 B
const path = require('./fileLoader').path; var ScanbotSDK = module.exports = require("../bundle/ScanbotSDK.ui2.min.js").ScanbotSDK; ScanbotSDK.defaultEnginePath = path.split('/').slice(0, -1).join('/') + '/';