Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Kellel/image_flipper
- Owner: Kellel
- License: apache-2.0
- Created: 2019-04-04T16:59:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-20T21:02:23.000Z (over 4 years ago)
- Last Synced: 2024-08-03T03:04:06.429Z (4 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
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
```