Download canvas image on the fly

前端 未结 1 1367
刺人心
刺人心 2021-01-21 11:09

I have

Then jquery.qrcode.js plugin creates over a` element with the QR Code.

So, i would like t

1条回答
  •  离开以前
    2021-01-21 11:29

    jquery canvas image download

    The saving of the image can be done using HTML5 blobs.

    http://www.html5rocks.com/en/tutorials/file/filesystem/#toc-file-writing

    You can get Blob out of the like done in this code:

    https://github.com/miohtama/Krusovice/blob/master/src/tools/resizer.js

    0 讨论(0)
提交回复
热议问题