From dbd3ecd96c67e80b61620fdb2caed07c6a36ae7f Mon Sep 17 00:00:00 2001 From: Nir Diamant <28316913+NirDiamant@users.noreply.github.com> Date: Sat, 4 Jul 2026 00:48:00 +0300 Subject: [PATCH] Add hushvert to Files --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4fe829ca..694611ee 100644 --- a/README.md +++ b/README.md @@ -435,6 +435,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [diff2html](https://github.com/rtfpessoa/diff2html) - Git diff output parser and pretty HTML generator. * [jsPDF](https://github.com/MrRio/jsPDF) - JavaScript PDF generation. * [PDF.js](https://github.com/mozilla/pdf.js) - PDF Reader in JavaScript. +* [hushvert](https://github.com/hushvert/engine) - Client-side file conversion in the browser via WebAssembly: images (HEIC, JPEG XL, TIFF), PDFs, archives, audio and small video, with no uploads. ## Functional Programming *Functional programming libraries to extend JavaScript’s capabilities.*