UNPKG

mdx-m3-viewer

Version:

A browser WebGL model viewer. Mainly focused on models of the games Warcraft 3 and Starcraft 2.

9 lines 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const model_1 = require("./model"); const isformat_1 = require("./isformat"); exports.default = { Model: model_1.default, isM3: isformat_1.default, }; //# sourceMappingURL=index.js.map