cvm-rs: Add jpegResizeEncode(), remove usage of sharp

sharp sucks.
This commit is contained in:
modeco80
2025-06-05 16:40:42 -04:00
parent d9f9f0d07f
commit 23c57dbb3b
7 changed files with 124 additions and 29 deletions

View File

@@ -20,6 +20,8 @@ rayon = "1.10.0"
napi = { version = "2.16.9", features = [ "async", "napi8", "error_anyhow" ] }
napi-derive = "2.16.11"
anyhow = "1.0.86"
resize = "0.8.8"
rgb = "0.8.50"
[build-dependencies]
napi-build = "2.1.3"