meta-client
Version:
Meta.js (Client)
1 lines • 392 B
JavaScript
;Object.defineProperty(exports,'__esModule',{value:true});var _src=require('~/src');function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError('Cannot call a class as a function')}}var Model=function Model(file){_classCallCheck(this,Model);return new _src.Meta({graphics:new _src.Graphics({model:file},true)})};exports.default=Model;