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) 142 B
import { VoxStructure } from "../../types/types"; declare const writeRiffFile: (voxStructure: VoxStructure) => any[]; export = writeRiffFile;