fix: let sharp be optional

This commit is contained in:
ikechan8370 2023-02-25 15:58:16 +08:00
parent 5fceef37ec
commit 94c655367e
4 changed files with 15 additions and 2 deletions

View file

@ -13,8 +13,10 @@
"puppeteer-extra-plugin-recaptcha": "^3.6.6",
"puppeteer-extra-plugin-stealth": "^2.11.1",
"random": "^4.1.0",
"sharp": "^0.31.3",
"undici": "^5.19.1",
"uuid": "^9.0.0"
},
"optionalDependencies": {
"sharp": "^0.31.3"
}
}