No comments yet.
A few weeks ago, I made https://bannerify.co/tools/remove-bg - open-source remove background using WebGPU, which reached #1 on HN for a day, gained a lot of interest.
I'm currently exploring more about use cases of WASM and WebGPU. Today, I'm open-sourcing an image converter project that uses LibVips WASM to convert images directly in the browser, with impressive speed.
Check out the code here: https://github.com/ducan-ne/image-converter, feel free to contribute any ideas or suggestions