@scandit/web-datacapture-core
Version:
Scandit Data Capture SDK for the Web
1 lines • 252 B
JavaScript
var i=class t{constructor(e,r){this._width=e,this._height=r;}get width(){return this._width}get height(){return this._height}static fromJSON(e){return new t(e.width,e.height)}toJSONObject(){return {height:this.height,width:this.width}}};export{i as a};