react-eyedrop
Advanced tools
Comparing version 5.4.0 to 5.4.1
@@ -8,3 +8,3 @@ "use strict"; | ||
const elementToCanvas_1 = require("./elementToCanvas"); | ||
const html2canvas = _html2canvas.default; | ||
const html2canvas = _html2canvas; | ||
const targetToCanvas = (target) => { | ||
@@ -11,0 +11,0 @@ if (!(target instanceof HTMLElement)) { |
{ | ||
"name": "react-eyedrop", | ||
"version": "5.4.0", | ||
"version": "5.4.1", | ||
"description": "A reusable ColorPick EyeDropper written in React & TypeScript.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -286,2 +286,4 @@ # React EyeDrop | ||
* 5.4.1 | ||
* Added onPickStart, onPickEnd and onPickCancel to hook | ||
* 5.3.0 | ||
@@ -288,0 +290,0 @@ * Now handles any HTML element with background property |
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
35936
348