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) 163 B
import { VoxNode, VoxStructure } from "../../types/types"; declare const removeRiffStructure: (riffObject: VoxNode) => VoxStructure; export = removeRiffStructure;