Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F1263146
image-router.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
507 B
Referenced Files
None
Subscribers
None
image-router.ts
View Options
import
{
KoaResponsiveImageRouter
}
from
"koa-responsive-image-router"
;
import
{
IMAGE_CACHE_FS_DIR
,
SMARTCROP_CACHE_FS_DIR
}
from
"./config.js"
;
export
const
RESPONSIVE_IMAGES_URL_PATH
=
"/images"
;
export
const
imageRouter
=
new
KoaResponsiveImageRouter
({
staticPath
:
RESPONSIVE_IMAGES_URL_PATH
,
thumbnailSize
:
20
,
cacheManagerResolutionThreshold
:
50
,
imageStoragePath
:
IMAGE_CACHE_FS_DIR
,
smartCropStoragePath
:
SMARTCROP_CACHE_FS_DIR
,
formatsForLossy
:
[
"webp"
],
formatsForLossless
:
[
"webp"
],
});
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Fri, Jan 24, 16:50 (7 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
599321
Default Alt Text
image-router.ts (507 B)
Attached To
Mode
rPLAY Sealious playground
Attached
Detach File
Event Timeline
Log In to Comment