@pathfindr.dev/player
Advanced tools
Comparing version 3.0.0-beta.2 to 3.0.0-beta.3
{ | ||
"name": "@pathfindr.dev/player", | ||
"version": "3.0.0-beta.2", | ||
"version": "3.0.0-beta.3", | ||
"author": "Pathfindr ApS", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
@@ -36,5 +36,7 @@ export type PlayerTranslationObject = { | ||
language?: "en" | "da" | "de", | ||
noLetterboxing?: boolean, | ||
playbarTimeout?: number, | ||
volumeBreakpoint?: number, | ||
@@ -46,7 +48,7 @@ timerBreakpoint?: number, | ||
showPlaybar?: boolean, | ||
showPlayButton?: number, | ||
showPlayButton?: boolean, | ||
showProgress?: boolean, | ||
showTimer?: boolean, | ||
showPlaybackRate?: boolean, | ||
showAudioWaveform?: boolean, | ||
showWaveform?: boolean, | ||
@@ -53,0 +55,0 @@ translations?: { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1340452