`

html2canvas

阅读更多

 

[Homepage](http://html2canvas.hertzen.com) | [Downloads](https://github.com/niklasvh/html2canvas/releases) | [Questions](http://stackoverflow.com/questions/tagged/html2canvas?sort=newest) | [Donate](https://www.gittip.com/niklasvh/)

 

[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/niklasvh/html2canvas?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [![Build Status](https://travis-ci.org/niklasvh/html2canvas.png)](https://travis-ci.org/niklasvh/html2canvas)

 

#### JavaScript HTML renderer ####

 

 The script allows you to take "screenshots" of webpages or parts of it, directly on the users browser. 

 这个脚本允许浏览器直接通过浏览器将网页或者网页的一部分进行“截屏”。

 The screenshot is based on the DOM and as such may not be 100% accurate(精确) to the real representation as it does not make an actual screenshot, but builds the screenshot based on the information available on the page.

 这个截屏是基于DOM的,做不到跟真实的截屏一样百分百的精确,但是构建的这个截屏是基于页面上可见的元素做的。

 

###How does it work?###

The script renders(渲染) the current page as a canvas image, by reading the DOM and the different styles applied to the elements.

脚本渲染当前的页面为一个画布图片,通过读取DOM以及用在DOM上的样式。

It does **not require any rendering from the server**, as the whole image is created on the **clients browser**. 

不需要来自服务端的补偿,整个图片的创建是基于浏览器的。

However, as it is heavily dependent on the browser, this library is *not suitable* to be used in nodejs.

它重度依赖浏览器,它依赖的JS库不能通过nodeJS从服务器获取。

It doesn't magically(使用魔法般) circumvent(包围) any browser content policy restrictions either, so rendering cross-origin content will require a [proxy](https://github.com/niklasvh/html2canvas/wiki/Proxies) to get the content to the [same origin](http://en.wikipedia.org/wiki/Same_origin_policy).

 

The script is still in a **very experimental state**, so I don't recommend using it in a production environment nor start building applications with it yet, as there will be still major changes made.

整个脚本仍然是一个测试状态,所以我不建议把它用作生产环境,也不建议使用它来构建一个应用,因为整个脚本还在一个重大改变的阶段。

 

###Browser compatibility###

浏览器兼容性

The script should work fine on the following browsers:

 

* Firefox 3.5+

* Google Chrome

* Opera 12+

* IE9+

* Safari 6+

 

As each CSS property needs to be manually built to be supported, there are a number of properties that are not yet supported.

每一个CSS属性都需要手动的去创建对它的支持,现在还有大量的CSS属性没有支持.

 

### Usage ###

 

**Note!** These instructions are for using the current dev version of 0.5, for the latest release version (0.4.1), checkout the [old readme](https://github.com/niklasvh/html2canvas/blob/v0.4/readme.md).

下面的笔记适用于当前0.5的开发版,最新的发布版0.4.1需要在git上下载

To render an `element` with html2canvas, simply call:

` html2canvas(element[, options]);`

要用html2canvas渲染一个元素,简单的通过调用:` html2canvas(element[, options]);`

The function returns a [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) containing the `<canvas>` element. Simply add a promise fullfillment handler to the promise using `then`:

这个方法返回一个包含`<canvas>` element元素的[Promise]对象。

 

    html2canvas(document.body).then(function(canvas) {

        document.body.appendChild(canvas);

    });

 

### Building ###

构建

The library uses [grunt](http://gruntjs.com/) for building. Alternatively, you can download the latest build from [here](https://github.com/niklasvh/html2canvas/blob/master/dist/html2canvas.js).

这个JS库适用[grunt]构建,或者你可以下载最新构建好的库。

 

Clone git repository with submodules:

作为一个插件构建来客隆git库

    $ git clone --recursive git://github.com/niklasvh/html2canvas.git

 

Install Grunt and uglifyjs:

 

    $ npm install -g grunt-cli uglify-js

 

Run the full build process (including lint, qunit and webdriver tests):

 

    $ grunt

 

Skip lint and tests and simply build from source:

 

    $ grunt build

 

### Running tests ###

 

The library has two sets of tests. The first set is a number of qunit tests that check that different values parsed by browsers are correctly converted in html2canvas. To run these tests with grunt you'll need [phantomjs](http://phantomjs.org/).

 

The other set of tests run Firefox, Chrome and Internet Explorer with [webdriver](https://github.com/niklasvh/webdriver.js). The selenium standalone server (runs on Java) is required for these tests and can be downloaded from [here](http://code.google.com/p/selenium/downloads/list). They capture an actual screenshot from the test pages and compare the image to the screenshot created by html2canvas and calculate the percentage differences. These tests generally aren't expected to provide 100% matches, but while commiting changes, these should generally not go decrease from the baseline values.

 

Start by downloading the dependencies:

 

    $ npm install

 

Run qunit tests:

 

    $ grunt test

 

### Examples ###

 

For more information and examples, please visit the [homepage](http://html2canvas.hertzen.com) or try the [test console](http://html2canvas.hertzen.com/screenshots.html).

 

### Contributing ###

 

If you wish to contribute to the project, please send the pull requests to the develop branch. Before submitting any changes, try and test that the changes work with all the support browsers. If some CSS property isn't supported or is incomplete, please create appropriate tests for it as well before submitting any code changes.

 

分享到:
评论

相关推荐

    html2canvas 1.0.0-rc.5

    低版本HTML2canvas 前端开发 生成海报 截图等功能 1.该脚本允许您直接在用户浏览器上对网页或其部分进行“截图”。屏幕截图基于 DOM,因此可能不是 100% 准确到真实表示,因为它不会制作实际的屏幕截图,而是根据...

    html2canvas最新版本git下载的

    包含的有:html2canvas.js html2canvas.mini.js,版本号是v1.0.0-alpha.12,。简洁:著作权归作者所有。 商业转载请联系作者获得授权,非商业转载请注明出处。 链接:http://caibaojian.com/html2canvas.html 来源:...

    html2canvas关于图片不能正常截取的解决方案

    但是使用 html2canvas 生成的canvas有些图片成功的在canvas里生成了。但是有些图片无论如何都显示不出来。 官方文档 在项目里面操作了半天未果,google了半天未果。此时有些许绝望。突然想到了,为什么不去它的 官网...

    html2canvas(1.0.0)

    html2canvas改过后的插件

    html2canvas.js 下载

    html2canvas.js 和html2canvas.min.js 以及应用示例

    html2canvas 网页对图片加水印

    html2canvas 网页对图片加水印

    html2canvas.js

    我是在html2canvas官网http://html2canvas.hertzen.com/下载的js文件 在实际使用的时候发现其init方法只是将document转换为了canvas,并没有保存为图片这一步。 所以我在此基础上进行了扩展,可以调用我封装的方法...

    html2canvas.js 绘制图片

    通过 html2canvas对video视频点击按钮进行截取视频图片,获取base64图片

    html2canvas 与 jspdf 相结合生成 pdf 内容被截断的终极解决方案

    html2canvas 与 jspdf 相结合生成 pdf 内容被截断的终极解决方案,设置背景色为白色,然后转成图片后,获取截断处图片像素点,从截断处往上一行行扫描像素点颜色,碰到这一行颜色都是全白的,代表是从这里开始截断,...

    html2canvas截图js

    利用javascript实现页面截图(html2canvas.js资源) 用法: html2canvas(document.body, { allowTaint: true, taintTest: false, onrendered: function(canvas) { canvas.id = "mycanvas"; //document.body....

    html2canvas.zip

    html2canvas 包噢噢

    html2canvas将HTML内容写入Canvas生成图片 uniapp

    html2canvas 能够实现在浏览器端、app端直接对整个或部分页面进行截屏。这个html2canvas脚本将当页面渲染成一个canvas图片,通过读取DOM并将不同的样式应用到这些元素上实现。

    html2canvas-1.0.0-rc.4版本

    html2canvas-1.0.0-rc.4版本

    html2canvas.js--自定义高度

    修改html2canvas.js源码,可以解决截图不全问题.使用方式参考 http://blog.csdn.net/q2365921/article/details/54377479

    html2canvas生成图片案例

    html2canvas生成图片案例,如不想下载可查看本人博客 https://blog.csdn.net/dream0129/article/details/86983023

    html2canvas实现js截图+模拟摄像头拍照

    html2canvas实现js截图+模拟摄像头拍照,内含html2canvas.js和canvas2Image.js源码

    用于各个浏览器(IE)html2canvas不工作解决方案

    用于各个浏览器(IE)html2canvas不工作解决方案 html2canvas在火狐、Chrome等浏览器好用,但是IE浏览器无效,导入这个js后就OK啦

Global site tag (gtag.js) - Google Analytics