UNPKG

3d-tiles-renderer

Version:

https://github.com/AnalyticalGraphicsInc/3d-tiles/tree/master/specification

8 lines (4 loc) 122 B
const utf8decoder = new TextDecoder(); export function arrayToString( array ) { return utf8decoder.decode( array ); }