Initial Commit for stlthumb

Make thumbnails for stl files.
This commit is contained in:
Waylon Walker 2025-08-29 20:22:35 -05:00
commit bd6a19812d
5 changed files with 1231 additions and 0 deletions

2
justfile Normal file
View file

@ -0,0 +1,2 @@
serve:
stlthumb.py serve --host 0.0.0.0 --port 8037