UNPKG

vox-reader

Version:

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

3 lines (2 loc) 149 B
declare const readRiffFile: (buffer: Array<number>, offset: number, parser: Function) => import("../../types/types").VoxNode; export = readRiffFile;