An open API service indexing awesome lists of open source software.

https://github.com/alloc/saus-imagetools


https://github.com/alloc/saus-imagetools

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# @saus/imagetools

## Usage

```ts
import { serveImages } from '@saus/imagetools'
import { route } from 'saus'

route('/images/*').get(serveImages())
```