Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Kellel/image_flipper

Cloudflare workers app to flip images
https://github.com/Kellel/image_flipper

Last synced: 27 days ago
JSON representation

Cloudflare workers app to flip images

Awesome Lists containing this project

README

        

# Image Flipper

Why not write some rust that compiles into WASM that I run on workers that could be replaced with a single line of CSS?

## Notes

*Now correctly deals with type other than png!*

I also implemented animated GIF support, but in practice I haven't been able to prove that it works because I run out of CPU allocation before I can process more than a single frame.

## Running

```
wrangler preview
```