This commit is contained in:
szprink 2026-01-21 21:51:26 +01:00
commit 7d6759db51
5 changed files with 641 additions and 0 deletions

16
package.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "dolphin-selerificator",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"image-dimensions": "^2.5.0",
"sharp": "^0.34.5"
}
}