mdx-m3-viewer
Version:
A browser WebGL model viewer. Mainly focused on models of the games Warcraft 3 and Starcraft 2.
12 lines (11 loc) • 342 B
TypeScript
import Context from './context';
import jass2lua from './jass2lua';
import * as types from './types';
import compileNatives from './compilenatives';
declare const _default: {
Context: typeof Context;
jass2lua: typeof jass2lua;
types: typeof types;
compileNatives: typeof compileNatives;
};
export default _default;