UNPKG

@playkit-js/playkit-js

Version:

[![Build Status](https://github.com/kaltura/playkit-js/actions/workflows/run_canary.yaml/badge.svg)](https://github.com/kaltura/playkit-js/actions/workflows/run_canary.yaml) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.

16 lines (13 loc) 405 B
import {PKOrientationType} from '../types'; const ScreenOrientationType: PKOrientationType = { NONE: 'none', ANY: 'any', NATURAL: 'natural', LANDSCAPE: 'landscape', PORTRAIT: 'portrait', PORTRAIT_PRIMARY: 'portrait-primary', PORTRAIT_SECONDARY: 'portrait-secondary', LANDSCAPE_PRIMARY: 'landscape-primary', LANDSCAPE_SECONDARY: 'landscape-secondary' }; export {ScreenOrientationType};