UNPKG

vox-saver

Version:

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

3 lines (2 loc) 105 B
declare const write4ByteFloat: (floatingPointNumber: number) => Array<number>; export = write4ByteFloat;