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) 74 B
declare const readInt: (data: Array<number>) => number; export = readInt;