feat: add SVG conversion functionality for raster images and update requirements

This commit is contained in:
Your Name
2026-03-22 20:39:30 +02:00
parent 436bbf532c
commit 46bc0441b4
7 changed files with 227 additions and 3 deletions

8
pyrightconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"venvPath": ".",
"venv": ".venv",
"pythonVersion": "3.11",
"include": [
"backend"
]
}