UNPKG

@byomakase/omakase-player

Version:

## Omakase Player - Open source JavaScript framework for building frame accurate video experiences

10 lines (9 loc) 349 B
import { Dimension, Position } from './common'; export declare class Constants { static OMP_HANDSHAKE_BROADCAST_CHANNEL_ID: string; static POSITION_TOP_LEFT: Position; static DIMENSION_ZERO: Dimension; static GOLDEN_RATIO: number; static TWO_PI_RADIANS: number; static FILL_LINEAR_GRADIENT_AUDIO_PEAK: (string | number)[]; }