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

https://github.com/anshap1719/web-image

A crate for easy interop between web APIs and DynamicImage from `image-rs`
https://github.com/anshap1719/web-image

image js-sys rust wasm wasm-bindgen web-sys webassembly

Last synced: 4 months ago
JSON representation

A crate for easy interop between web APIs and DynamicImage from `image-rs`

Awesome Lists containing this project

README

          

# web-image

A Rust library to facilitate easy interop between the Web Image APIs and `image-rs` crate via web assembly.

# Motivation

I wrote this crate for a use case where I needed to read and process images uploaded by the user but do so locally in
the browser. The crate facilitates converting web images to Rust's `image-rs` crate.