hustcc/alimask

toBlob 的话 url 会更短一点儿

Opened this issue · 0 comments

     canvas.toBlob(function (blob) {
        var url = URL.createObjectURL(blob)
        const watermark = document.createElement('div');
        // ...
      });