UNPKG

mdx-m3-viewer

Version:

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

13 lines (11 loc) 205 B
import common from './common'; import parsers from './parsers'; import viewer from './viewer'; import utils from './utils'; export default { version: '4.8.7', common, parsers, viewer, utils, };