javascript - 长微博生成工具开发思路
世界只因有你
世界只因有你 2017-05-16 13:09:00
0
3
455

想给自己的博客开发一个长微博生成工具,
就是将博客的内容保存为一张长图片可以分享到微博上,
有没有什么好的实现思路?
可以采用php、golang、javascript、html5
html2canvas.js这个库看过了,遗憾的是它只能截取屏幕可见区域的内容

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

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
        About us Disclaimer Sitemap
        php.cn:Public welfare online PHP training,Help PHP learners grow quickly!