MCPcopy Create free account
hub / github.com/TruthHun/BookStack / initCharLookupTable

Function initCharLookupTable

static/webuploader/webuploader.js:6111–6116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6109 }
6110
6111 function initCharLookupTable(){
6112 var sfcc = String.fromCharCode;
6113 for(var i=0; i < 256; i++){ ///// ACHTUNG // 255
6114 clt[i] = sfcc(i);
6115 }
6116 }
6117
6118 this.encode = function(image,quality) // image data object
6119 {

Callers 1

initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected