UNPKG

vox-saver

Version:

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

4 lines (3 loc) 135 B
import { VoxStructure } from "../types/types"; declare const saveVox: (voxStructure: VoxStructure) => Array<number>; export = saveVox;