kopf·letztes Jahr·discussCan you explain to me why, despite "full type safety, autocomplete and validation" being the focus of "typed-ffmpeg", it makes sense to be passing width and height (or the x and y co-ordinates) as strings here?``` .drawbox(x="50", y="50", width="120", height="120", color="red", thickness="5") ```(from https://github.com/livingbio/typed-ffmpeg?tab=readme-ov-file... )
``` .drawbox(x="50", y="50", width="120", height="120", color="red", thickness="5") ```
(from https://github.com/livingbio/typed-ffmpeg?tab=readme-ov-file... )