https://github.com/alloc/saus-imagetools
https://github.com/alloc/saus-imagetools
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alloc/saus-imagetools
- Owner: alloc
- License: mit
- Created: 2022-03-10T05:10:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-23T05:11:08.000Z (over 3 years ago)
- Last Synced: 2025-01-11T21:33:04.396Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @saus/imagetools
## Usage
```ts
import { serveImages } from '@saus/imagetools'
import { route } from 'saus'
route('/images/*').get(serveImages())
```