initial commits

master
Charles Iliya Krempeaux 2024-02-15 09:03:28 -08:00
parent c2f05438b2
commit 1701109e9f
1 changed files with 4 additions and 0 deletions

4
aspectratios.go 100644
View File

@ -0,0 +1,4 @@
package frameproto
const AspectRatioOnePointNineOneToOne = "1.91:1"
const AspectRatioOneToOne = "1:1"