@scandit/web-datacapture-barcode
Version:
Scandit Data Capture SDK for the Web
1 lines • 406 B
JavaScript
import{defaultSparkScan as e}from"../defaults/DefaultsSparkScan.js";import{NumberWithUnit as t}from"@scandit/web-datacapture-core";var n=class{constructor(){this.radius=new t(e.SparkScanSettings.locationSelection.radius,e.SparkScanSettings.locationSelection.unit),this.type=`targetAimer`}toJSONObject(){return{type:this.type,radius:this.radius.toJSONObject()}}};export{n as SparkScanTargetAimerViewfinder};