diff options
author | Paul Munteanu <luth@luthcode.net> | 2021-07-28 04:56:07 +0300 |
---|---|---|
committer | Paul Munteanu <luth@luthcode.net> | 2021-07-28 04:56:07 +0300 |
commit | 56f5c7577e3ee77c0307774e2af45ae13bcb5966 (patch) | |
tree | e3ab3bf8021c309af85c1b30b45ca909bd81f195 | |
parent | Make Docker Hub image tags a GH secret (diff) | |
download | server-56f5c7577e3ee77c0307774e2af45ae13bcb5966.tar.xz |
[NPM] Add canvas to package.json
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index b2de45ad..524a5477 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,7 @@ "assert": "^1.5.0", "atomically": "^1.7.0", "bcrypt": "^5.0.1", + "canvas": "^2.8.0", "body-parser": "^1.19.0", "cheerio": "^1.0.0-rc.9", "dot-prop": "^6.0.1", |