after rotate PNG image with canvas background is black

后端 未结 0 560
时光说笑
时光说笑 2021-02-06 23:13

hi I want to rotate my PNG with this code below :

async function rotateImage(imageBase64, rotation) {
        var img = new Image();
        img.src = imageBase64         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题