UNPKG

vox-reader

Version:

Takes a Byte Array of .vox file data and returns a JavaScript Object with all the containing informations

4 lines (3 loc) 149 B
import { VoxNode } from "../../../types/types"; declare const readChunks: (data: Array<number>, parser: Function) => VoxNode[]; export = readChunks;