canvacord
Advanced tools
Comparing version 5.4.3 to 5.4.4
@@ -36,2 +36,3 @@ // Created and maintained by DevAndromeda | ||
Assets: require("./src/Assets"), | ||
// MiScellaneous eXtensions | ||
MSX: { | ||
@@ -38,0 +39,0 @@ Brightness: require("./libs/Brightness"), |
{ | ||
"name": "canvacord", | ||
"version": "5.4.3", | ||
"version": "5.4.4", | ||
"description": "Powerful image manipulation package for beginners.", | ||
@@ -55,3 +55,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@napi-rs/canvas": "^0.1.25", | ||
"@napi-rs/canvas": "^0.1.26", | ||
"@skyra/gifenc": "^1.0.0", | ||
@@ -58,0 +58,0 @@ "chalk": "^5.0.1", |
@@ -18,3 +18,3 @@ [![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://vshymanskyy.github.io/StandWithUkraine) | ||
- More than **50 methods**...? Yay! 🎉 | ||
- Built on **[@napi-rs/canvas](https://npm.im/@napi-rs/canvas)** 🔥 | ||
- Built on top of **[@napi-rs/canvas](https://npm.im/@napi-rs/canvas)** 🔥 | ||
- Object oriented 💻 | ||
@@ -21,0 +21,0 @@ - Beginner friendly 🤓 |
@@ -247,3 +247,3 @@ const Canvas = require("@napi-rs/canvas"); | ||
default: | ||
throw new Error(`Unsupported progressbar type "${type}"!`); | ||
throw new Error(`Unsupported progressbar type "${fillType}"!`); | ||
} | ||
@@ -639,2 +639,2 @@ | ||
module.exports = Rank; | ||
module.exports = Rank; |
// generated by JSDOC | ||
declare module "canvacord" { | ||
import Canvas from 'canvas' | ||
import Canvas from '@napi-rs/canvas' | ||
/** | ||
@@ -6,0 +6,0 @@ * <p><strong>⚠ You may not instantiate Canvacord class! ⚠</strong></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
201549
4087
Updated@napi-rs/canvas@^0.1.26