You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a simple express middleware script to generate thumbnails
[ ] Triggered when image is uploaded...
[ ] ... or if not available when image info is requested, through the API.
[ ] thumbnails will be generated asynchronously
[ ] thumbnails can be one configurable size only (constrained within a square)
[ ] thumbnails will be stored in one folder next to the uploads folder, served via static
[ ] the middleware is activated via env config, on by default.
[ ] thumbnail path will be served with image info throuh the API.
The text was updated successfully, but these errors were encountered:
a simple express middleware script to generate thumbnails
[ ] Triggered when image is uploaded...
[ ] ... or if not available when image info is requested, through the API.
[ ] thumbnails will be generated asynchronously
[ ] thumbnails can be one configurable size only (constrained within a square)
[ ] thumbnails will be stored in one folder next to the uploads folder, served via static
[ ] the middleware is activated via env config, on by default.
[ ] thumbnail path will be served with image info throuh the API.
The text was updated successfully, but these errors were encountered: