I want to develop a long Weibo generation tool for my blog.
It means saving the content of the blog as a long picture that can be shared on Weibo.
Is there any good implementation idea?
You can use php, golang, javascript, html5
I have seen the html2canvas.js library, but unfortunately it can only capture the content of the visible area of the screen
Chrome has a plug-in that captures the entire webpage into images, please click Blipshot: one click full page screenshots to install it.
In addition, I saw yesterday that chrome v60 has natively provided the function of taking full web page screenshots
I ended up using html2canvas
Just make sure that the current page is at the top of the intercepted dom when generating the image to generate a complete image
You can use phantomjs to capture any location area you want on the page~