Convert div into downloadable Image

后端 未结 4 982
轮回少年
轮回少年 2021-02-04 09:28

This is the code which I am using to convert div into image and download that using html2canvas.js



        
4条回答
  •  花落未央
    2021-02-04 10:10

    One good approach that we've used at work in a production system for 1M+ daily users is to do this completely on the server side - spawn a browser (Chrome); then take a screenshot of it; then stream it to the client. The results are very clear / not pixelated at all - all of the other options turned out quite pixelated.

提交回复
热议问题