alimask icon indicating copy to clipboard operation
alimask copied to clipboard

toBlob 的话 url 会更短一点儿

Open fengsx opened this issue 7 years ago • 0 comments

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

fengsx avatar Jan 19 '18 11:01 fengsx