javascript - Long Weibo generation tool development ideas
世界只因有你
世界只因有你 2017-05-16 13:09:00
0
3
519

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

世界只因有你
世界只因有你

reply all(3)
某草草

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~

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template