UNPKG

mdx-m3-viewer

Version:

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

12 lines (10 loc) 231 B
import Context from './context'; import jass2lua from './jass2lua'; import * as types from './types'; import compileNatives from './compilenatives'; export default { Context, jass2lua, types, compileNatives, };