UNPKG
@eluvio/elv-utils-js
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.0
Utilities for the Eluvio Content Fabric
github.com/eluv-io/elv-utils-js
eluv-io/elv-utils-js
@eluvio/elv-utils-js
/
lib
/
data
/
found_aspect_ratios.js
7 lines
(4 loc)
•
158 B
JavaScript
View Raw
1
2
3
4
5
6
7
// Actual video display aspect ratios found in the wild
// [width, height] pairs
const
FARs
=
require(
'./found_aspect_ratios.json'
)
module
.
exports
= {FARs}