mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 01:17:34 +09:00
5 lines
No EOL
191 B
HTML
5 lines
No EOL
191 B
HTML
<canvas id='cid'></canvas>
|
|
<script>
|
|
var x=document.getElementById('cid').getContext('2d',{alpha: false});
|
|
x.putImageData(x.createImageData(250,27434.63),Number.MAX_SAFE_INTEGER,23);
|
|
</script> |