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

Function initCharLookupTable

static/webuploader/webuploader.custom.js:6122–6127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6120 }
6121
6122 function initCharLookupTable(){
6123 var sfcc = String.fromCharCode;
6124 for(var i=0; i < 256; i++){ ///// ACHTUNG // 255
6125 clt[i] = sfcc(i);
6126 }
6127 }
6128
6129 this.encode = function(image,quality) // image data object
6130 {

Callers 1

initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected