UNPKG

express-sharp

Version:

Real-time image processing for your express application

4 lines (3 loc) 163 B
import { Router } from 'express'; import { ExpressSharpOptions } from '../interfaces'; export declare function expressSharp(options: ExpressSharpOptions): Router;