mxdraw 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ var MxThreeJS_mixin_1 = require("./MxThreeJS.mixin");
3
4
  var MxThreeJS_1 = require("./MxThreeJS");
4
- exports.default = new MxThreeJS_1.default();
5
+ var MxThreeJS = new MxThreeJS_1.default();
6
+ (0, MxThreeJS_mixin_1.default)(MxThreeJS);
7
+ exports.default = MxThreeJS;
5
8
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/MxModule/MxThreeJS/index.ts"],"names":[],"mappings":";;AACA,yCAAyC;AACzC,kBAAe,IAAI,mBAAe,EAAE,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/MxModule/MxThreeJS/index.ts"],"names":[],"mappings":";;AAAA,qDAAqC;AACrC,yCAAyC;AACzC,IAAM,SAAS,GAAG,IAAI,mBAAe,EAAE,CAAA;AACvC,IAAA,yBAAK,EAAC,SAAS,CAAC,CAAA;AAChB,kBAAe,SAAS,CAAA"}