html-to-image
Advanced tools
Comparing version 1.8.2 to 1.8.3
@@ -0,1 +1,3 @@ | ||
## [1.8.3](https://github.com/bubkoo/html-to-image/compare/v1.8.2...v1.8.3) (2021-09-15) | ||
## [1.8.2](https://github.com/bubkoo/html-to-image/compare/v1.8.1...v1.8.2) (2021-09-15) | ||
@@ -2,0 +4,0 @@ |
{ | ||
"name": "html-to-image", | ||
"version": "1.8.2", | ||
"version": "1.8.3", | ||
"description": "Generates an image from a DOM node using HTML5 canvas and SVG.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -11,4 +11,4 @@ <h1 align="center">html-to-image</h1> | ||
<a href="https://github.com/bubkoo/html-to-image/pulls"><img alt="PRs Welcome" src="https://img.shields.io/badge/PRs-Welcome-brightgreen.svg?style=flat-square"></a> | ||
<a href="https://github.com/bubkoo/html-to-image/actions/workflows/ci.yml"><img alt="build" src="https://img.shields.io/github/workflow/status/bubkoo/html-to-image/%F0%9F%91%B7%E3%80%80CI/master?style=flat-square"></a> | ||
<a href="https://coveralls.io/github/bubkoo/html-to-image"><img alt="coverage" src="https://img.shields.io/coveralls/bubkoo/html-to-image/master.svg?style=flat-square"></a> | ||
<a href="https://github.com/bubkoo/html-to-image/actions/workflows/ci.yml"><img alt="build" src="https://img.shields.io/github/workflow/status/bubkoo/html-to-image/%F0%9F%91%B7%E3%80%80CI/master?logo=github&style=flat-square"></a> | ||
<a href="https://app.codecov.io/gh/bubkoo/html-to-image"><img alt="coverage" src="https://img.shields.io/codecov/c/gh/bubkoo/html-to-image?logo=codecov&style=flat-square&token=BWweeU2uNX"></a> | ||
<a href="https://lgtm.com/projects/g/bubkoo/html-to-image/context:javascript" rel="nofollow"><img alt="Language grade: JavaScript" src="https://img.shields.io/lgtm/grade/javascript/g/bubkoo/html-to-image.svg?logo=lgtm&style=flat-square" /></a> | ||
@@ -15,0 +15,0 @@ </p> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20939