From 1701109e9fd738ca308439c9d9ca27974bc8af3f Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Thu, 15 Feb 2024 09:03:28 -0800 Subject: [PATCH] initial commits --- aspectratios.go | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 aspectratios.go diff --git a/aspectratios.go b/aspectratios.go new file mode 100644 index 0000000..c60f050 --- /dev/null +++ b/aspectratios.go @@ -0,0 +1,4 @@ +package frameproto + +const AspectRatioOnePointNineOneToOne = "1.91:1" +const AspectRatioOneToOne = "1:1"