schornio / image-service

Caching, resizing, cropping of images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@schornio/image-service

URL Pattern

`/:config/...pathToImage``

Config

  • <width>x<height> - resize then crop image to width and height
  • <width>x - resize image to width
  • x<height> - resize image to height

About

Caching, resizing, cropping of images


Languages

Language:TypeScript 98.0%Language:Dockerfile 2.0%