6 lines
239 B
TypeScript
6 lines
239 B
TypeScript
export const CHROME_EXTENSION = false
|
|
|
|
export const AUDIO_ELEMENT_FOR_PLAY_RESULT = "audio-result"
|
|
export const AUDIO_ELEMENT_FOR_TEST_ORIGINAL = "audio-test-original"
|
|
export const AUDIO_ELEMENT_FOR_TEST_CONVERTED = "audio-test-converted"
|