html2png:截取 HTML 片段或 URL 的屏幕截图

时间:2024-07-19 08:49:52
【文件属性】:

文件名称:html2png:截取 HTML 片段或 URL 的屏幕截图

文件大小:5KB

文件格式:ZIP

更新时间:2024-07-19 08:49:52

JavaScript

html2png 截取 HTML 片段或 URL 的屏幕截图 安装 这个模块是通过 npm 安装的: $ npm install html2png 示例用法 将一些 HTML 渲染到 PNG 缓冲区对象中 var html2png = require ( 'html2png' ) ; var screenshot = html2png ( { width : 1280 , height : 720 , browser : 'phantomjs' } ) ; screenshot . render ( 'Hello' , function ( err , data ) { // If there is an error close the web browser first before calling the // errback if ( err ) re


【文件预览】:
html2png-master
----.travis.yml(38B)
----empty.html(0B)
----index.js(2KB)
----package.json(738B)
----test()
--------index.js(2KB)
--------fixtures()
----LICENSE(1KB)
----.gitignore(70B)
----README.md(2KB)

网友评论