@scandit/web-datacapture-barcode
Version:
Scandit Data Capture SDK for the Web
1 lines • 231 B
JavaScript
import {Feedback}from'@scandit/web-datacapture-core';var e=class a{constructor(){this.success=Feedback.defaultFeedback;}static get default(){return new a}toJSONObject(){return {success:this.success.toJSONObject()}}};export{e as a};