Revert "[bug] Move from jimp to sharp; Fix bug 76854, 76727, 48506"

This reverts commit 28c44687a5.
This commit is contained in:
Sergey Konovalov
2025-09-23 02:27:17 +03:00
parent 28c44687a5
commit c8b7eafebc
10 changed files with 961 additions and 327 deletions

View File

@ -32,6 +32,8 @@
"code:check": "run-s lint:check format:check",
"code:fix": "run-s lint:fix format:fix",
"perf-expired": "cd ./DocService&& cross-env NODE_ENV=development-windows NODE_CONFIG_DIR=../Common/config node ../tests/perf/checkFileExpire.js",
"perf-exif": "cd ./DocService&& cross-env NODE_ENV=development-windows NODE_CONFIG_DIR=../Common/config node ../tests/perf/fixImageExifRotation.js",
"perf-png": "cd ./DocService&& cross-env NODE_ENV=development-windows NODE_CONFIG_DIR=../Common/config node ../tests/perf/convertImageToPng.js",
"unit tests": "cd ./DocService && jest unit --inject-globals=false --config=../tests/jest.config.js",
"integration tests with server instance": "cd ./DocService && jest integration/withServerInstance --inject-globals=false --config=../tests/jest.config.js",
"storage-tests": "cd ./DocService && jest integration/withServerInstance/storage.tests.js --inject-globals=false --config=../tests/jest.config.js",