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,
});

File Metadata

Mime Type
text/x-java
Expires
Fri, Jul 4, 08:33 (5 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
706929
Default Alt Text
image-router.ts (448 B)

Event Timeline