bubbleworks
Advanced tools
Comparing version 1.2.5 to 1.2.6
12
index.js
@@ -51,10 +51,10 @@ | ||
c.style.position = 'absolute' | ||
c.style.left = x - 100 + 'px' | ||
c.style.top = y - 100 + 'px' | ||
c.style.left = x - 150 + 'px' | ||
c.style.top = y - 150 + 'px' | ||
c.style.pointerEvents = 'none' | ||
c.style.width = 200 + 'px' | ||
c.style.height = 200 + 'px' | ||
c.style.width = 300 + 'px' | ||
c.style.height = 300 + 'px' | ||
c.style.zIndex = 100 | ||
c.width = 200 * ratio | ||
c.height = 200 * ratio | ||
c.width = 300 * ratio | ||
c.height = 300 * ratio | ||
parentNode.appendChild(c) | ||
@@ -61,0 +61,0 @@ |
{ | ||
"name": "bubbleworks", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"main": "index.js", | ||
"license": "MIT" | ||
} |
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