feat(ui): much cleaner UI (#17)

This commit is contained in:
Jérome Eertmans
2022-09-16 15:28:18 +02:00
committed by GitHub
parent b35a87befe
commit 620bb30960
4 changed files with 61 additions and 12 deletions

View File

@ -1,5 +1,9 @@
import platform
import cv2
FONT_ARGS = (cv2.FONT_HERSHEY_SIMPLEX, 1, 255, 1, cv2.LINE_AA)
PIXELS_PER_CHARACTER = 20
FOLDER_PATH: str = "./slides"
CONFIG_PATH: str = ".manim-slides.json"