Replace GraphicsMagick with sharp

That was easier than I expected.

Closes #18.
This commit is contained in:
Cadence Fish
2020-01-30 01:14:00 +13:00
parent 06b54e48b2
commit 95cc416e08
4 changed files with 332 additions and 67 deletions

View File

@@ -10,11 +10,11 @@
"author": "",
"license": "AGPL-3.0-only",
"dependencies": {
"gm": "^1.23.1",
"mixin-deep": "^2.0.1",
"node-dir": "^0.1.17",
"node-fetch": "^2.6.0",
"pinski": "github:cloudrac3r/pinski#19495f7a1c62fbfd8c685cf5bb5d678788906032",
"rss": "^1.2.2"
"rss": "^1.2.2",
"sharp": "^0.24.0"
}
}