Heim  >  Fragen und Antworten  >  Hauptteil

javascript - 长微博生成工具开发思路

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

世界只因有你世界只因有你2735 Tage vor508

Antworte allen(3)Ich werde antworten

  • 某草草

    某草草2017-05-16 13:11:00

    chrome有一个全网页截取为图片的插件,请戳Blipshot: one click full page screenshots安装。
    另外,昨天看到,chrome v60已经原生提供了全网页截图的功能

    Antwort
    0
  • 某草草

    某草草2017-05-16 13:11:00

    最终还是用了html2canvas
    只要确保生成图片的时候当前页面处于被截取dom的最顶端即可生成完整的图片

    Antwort
    0
  • 某草草

    某草草2017-05-16 13:11:00

    可以使用phantomjs,可以截取页面中你想要的任何一个位置区域~

    Antwort
    0
  • StornierenAntwort