mdx-m3-viewer
Version:
A browser WebGL model viewer. Mainly focused on models of the games Warcraft 3 and Starcraft 2.
18 lines (16 loc) • 317 B
JavaScript
import Archive from './archive';
import Block from './block';
import BlockTable from './blocktable';
import Crypto from './crypto';
import File from './file';
import Hash from './hash';
import HashTable from './hashtable';
export default {
Archive,
Block,
BlockTable,
Crypto,
File,
Hash,
HashTable,
};