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