edit: insta cutter maintenant ajusté à tous les trucs de merde d'insta x333

This commit is contained in:
2026-05-06 06:09:38 +02:00
parent 56f1255078
commit 2cc2862503
3 changed files with 36 additions and 8 deletions
+5 -5
View File
@@ -20,12 +20,12 @@ IMAGE.addEventListener('load', e => {
e.width = 1080
e.height = 1350
let context = e.getContext('2d')
context.fillStyle = 'red'
context.fillStyle = 'black'
context.drawImage(IMAGE,
j*1080, i*1350,
1080, 1350,
0, 0,
1080, 1350
j*(1080*0.94), i*1350,
1080*0.94, 1350,
1080*0.03, 0,
1080*0.94, 1350
)
document.getElementById('cutter-panel').append(e)
}