siqi2006
Results
1
comments of
siqi2006
const image = new Image(); image.src = snap. toDataURL(); const a = document.createElement('a'); image.width = width; image.height = width; image.onload = () => { const canvas = document.createElement('canvas'); canvas.width =...