Skip to content

Commit

Permalink
bump @napi-rs/canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
twlite committed Aug 9, 2022
1 parent 6c22554 commit 7f8bdbb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ $ npm i canvacord
- Super simple and easy to use 😎
- Faster than canvacord v4 🚀
- 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 💻
- Beginner friendly 🤓
- Supports emojis 😀
Expand Down
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -33,6 +33,7 @@ module.exports = {
Plugins: require("./src/Plugins"),
Util: require("./src/Util"),
Assets: require("./src/Assets"),
// MiScellaneous eXtensions
MSX: {
Brightness: require("./libs/Brightness"),
Convolute: require("./libs/Convolute"),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -52,7 +52,7 @@
},
"homepage": "https://canvacord.js.org",
"dependencies": {
"@napi-rs/canvas": "^0.1.25",
"@napi-rs/canvas": "^0.1.26",
"@skyra/gifenc": "^1.0.0",
"chalk": "^5.0.1",
"moment": "^2.29.4",
Expand Down
2 changes: 1 addition & 1 deletion typings/index.d.ts
@@ -1,7 +1,7 @@
// generated by JSDOC

declare module "canvacord" {
import Canvas from 'canvas'
import Canvas from '@napi-rs/canvas'
/**
* <p><strong>⚠ You may not instantiate Canvacord class! ⚠</strong></p>
* @example
Expand Down

0 comments on commit 7f8bdbb

Please sign in to comment.