@flashport/flashport
Version:
FlashPort is a TypeScript 2D graphics library that largely replicates the Flash ActionScript 3.0 library
15 lines (14 loc) • 442 B
TypeScript
export * from './Camera';
export * from './ID3Info';
export * from './Microphone';
export * from './MicrophoneEnhancedOptions';
export * from './Sound';
export * from './SoundChannel';
export * from './SoundCodec';
export * from './SoundLoaderContext';
export * from './SoundMixer';
export * from './SoundTransform';
export * from './Video';
export * from './VideoCodec';
export * from './VideoPlayer';
export * from './VideoStreamSettings';