UNPKG

own-tiles-renderer2

Version:

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

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