mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
parent
acc171041d
commit
14b4bd8ac6
10 changed files with 87 additions and 32 deletions
|
@ -23,7 +23,7 @@
|
|||
max = Math.max(max, values[pixels[i]]);
|
||||
}
|
||||
|
||||
output.textContent = context + ": " + (max !== 3 * values[255]? "": "not ") + "faked";
|
||||
output.textContent = context + ": " + (max !== 3 * values[255]? "": "not ") + "supported";
|
||||
output.title = JSON.stringify(values);
|
||||
}
|
||||
catch (e){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue