UNPKG

@speechkit/speechkit-audio-player

Version:

A web player component that can play audio from https://speechkit.io

23 lines (19 loc) 641 B
import { fillWithPref } from '../../utils' export const MAP_PROP_CS = fillWithPref({ playerContainer: 'container', playPauseButton: 'playpause', progressBar: 'progress', loadingProgressBar: 'loading-progress', timeCurrentCountDown: 'time', progressbarWrapper: 'bar-wrapper', title: 'title', speedButton: 'speed', adsNote: 'ads-note', advertiserTitle: 'advertiser-title', advertiserNote: 'advertiser-note', advertiserName: 'advertiser-name', }) export const MAP_PROPS_CS = fillWithPref({ advertiserLink: 'advertiser-link', }) export const UI_CONTROLS = [...Object.keys(MAP_PROP_CS), ...Object.keys(MAP_PROPS_CS)]