UNPKG

meta-client

Version:
1 lines 392 B
'use strict';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;