ifredom / html2canvas

Screenshots with JavaScript . Fork for support css mix-blend-mode & -webkit-mask-box-image

Home Page:https://html2canvas.hertzen.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • 1.基于 html2canvas V1.4.1 修改
  • 2.添加对css属性的支持:mix-blend-mode & -webkit-mask-box-image

=========== 事实上使用原生canvas 也无法达到我希望的效果,例子在example中

Building

You can download ready builds here.

Clone git repository:

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

Install dependencies:

$ npm install

Build browser bundle

$ npm run build

Examples

For more information and examples, please visit the homepage or try the test console.

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.

About

Screenshots with JavaScript . Fork for support css mix-blend-mode & -webkit-mask-box-image

https://html2canvas.hertzen.com/

License:MIT License


Languages

Language:TypeScript 58.4%Language:HTML 29.9%Language:JavaScript 11.5%Language:CSS 0.3%