Page MenuHomeSealhub

image-router.ts
No OneTemporary

image-router.ts

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

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)

Event Timeline