feat(core/files): SVG rendering for thumbnails

This commit is contained in:
Paul Makles
2024-10-02 12:36:56 +01:00
parent efa7ba78ed
commit a8db1cb40d
4 changed files with 289 additions and 25 deletions

View File

@@ -29,5 +29,10 @@ revolt-result = { version = "0.7.17", path = "../result" }
jxl-oxide = "0.8.1"
image = { version = "0.25.2" }
# svg rendering
usvg = "0.44.0"
resvg = "0.44.0"
tiny-skia = "0.11.4"
# encoding
webp = "0.3.0"