sparkletown/sparkle

View on GitHub
src/types/VideoAspectRatio.ts

Summary

Maintainability
A
0 mins
Test Coverage
export enum VideoAspectRatio {
  sixteenNine = "16:9",
  anamorphic = "anamorphic",
  fullWidth = "full-width",
}