aurora-gradient
Advanced tools
Comparing version 0.0.9 to 0.0.10-1
@@ -97,2 +97,3 @@ "use strict"; | ||
const canvas = typeof selector === 'string' ? document.querySelector(selector) : selector; | ||
console.log("FIND CANVAS", { selector, canvas, isCanvas: canvas instanceof HTMLCanvasElement }); | ||
if (canvas instanceof HTMLCanvasElement) { | ||
@@ -99,0 +100,0 @@ return canvas; |
{ | ||
"name": "aurora-gradient", | ||
"version": "0.0.9", | ||
"version": "0.0.10-1", | ||
"description": "A forked version of thelevicole/stripe-gradient adapted for TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
93674
1374