Add image processing route with color extraction using node-vibrant

This commit is contained in:
wont-stream 2025-04-05 02:29:23 -04:00
parent 7b30305ac8
commit 5e5174df5d
3 changed files with 40 additions and 1 deletions

View file

@ -28,6 +28,7 @@
"typescript": "^5.8.2"
},
"dependencies": {
"ejs": "^3.1.10"
"ejs": "^3.1.10",
"node-vibrant": "^4.0.3"
}
}