feat(croppa): implement basic video editing functionality with cropping and zooming

This commit is contained in:
2025-08-19 09:00:39 +02:00
parent 6b0cc279d7
commit 205b2220a1
3 changed files with 553 additions and 0 deletions

View File

@@ -16,3 +16,8 @@ build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
include = ["main.py"]
[tool.uv.workspace]
members = [
"croppa",
]