From 7aef474a0628d5231987925e4dee5c23a2ee8749 Mon Sep 17 00:00:00 2001 From: Noob1fy <92961327+Noob1fy@users.noreply.github.com> Date: Sun, 17 Apr 2022 12:03:00 -0400 Subject: [PATCH] fix for canvas so no one encounters an error like me (#212) idk if its just me who had this issue, but this assuming it fixed for me no one should encounter an error with canvas version changed. Literally all this does is change line 12 from "^2.8.0" to "2.8.0" again dont know if everyone will have this error but ye you would know if you accept the changes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b8e00b6..a051485 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "ag-psd": "^14.3.2", - "canvas": "^2.8.0", + "canvas": "2.8.0", "compression": "^1.7.4", "connect-timeout": "^1.9.0", "express": "^4.17.1",