@byomakase/omakase-player
Version:
## Omakase Player - Open source JavaScript framework for building frame accurate video experiences
10 lines (9 loc) • 335 B
TypeScript
import { Dimension, Position } from './common';
export declare class Constants {
static ompHandshakeBroadcastChannelId: string;
static positionTopLeft: Position;
static dimensionZero: Dimension;
static goldenRatio: number;
static twoPiRadians: number;
static fillLinearGradientAudioPeak: (string | number)[];
}