UNPKG

vox-saver

Version:

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

6 lines 176 B
"use strict"; const writeChars = (chars) => { return chars.split("").map(char => char.charCodeAt(0)); }; module.exports = writeChars; //# sourceMappingURL=writeChars.js.map