UNPKG

vox-saver

Version:

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

5 lines 177 B
"use strict"; const readString = (data) => data.map(charCode => String.fromCharCode(charCode)) .join(''); module.exports = readString; //# sourceMappingURL=readString.js.map