canvacord
Advanced tools
Comparing version 3.0.8 to 3.0.9
{ | ||
"name": "canvacord", | ||
"version": "3.0.8", | ||
"version": "3.0.9", | ||
"description": "Simple & easy to use image manipulation module for discord bots with a lot of features like rank card, memes & more...", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -628,3 +628,3 @@ /** | ||
ctx.font = `36px ${font}`; | ||
ctx.fillStyle = color || 'rgba(255, 255, 255, 0.4)'; | ||
ctx.fillStyle = 'rgba(255, 255, 255, 0.4)'; | ||
ctx.textAlign = 'center'; | ||
@@ -631,0 +631,0 @@ if (discrim) ctx.fillText(`#${discrim}`, ctx.measureText(name).width + 20 + 335, 164); |
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
3293422