UNPKG

mdx-m3-viewer

Version:

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

14 lines (12 loc) 273 B
import jass2lua from './jass2lua'; import Context from './context'; import compileNatives from './compilenatives'; import bindNatives from './natives'; import rebuild from './rebuild'; export default { jass2lua, Context, compileNatives, bindNatives, rebuild, };