mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-03 08:36:41 +07:00
removed audiplayer
This commit is contained in:
parent
63b30b2921
commit
42fdb1290a
8 changed files with 3886 additions and 15941 deletions
src/redux/player
14
src/redux/player/constants.ts
Normal file
14
src/redux/player/constants.ts
Normal file
|
@ -0,0 +1,14 @@
|
|||
export const AUDIO_PLAYER_OPTIONS = {
|
||||
id: 'AudioPlayer',
|
||||
keyEnabled: true,
|
||||
verticalVolume: true,
|
||||
media: {
|
||||
title: 'Bubble',
|
||||
artist: 'Miaow',
|
||||
sources: {
|
||||
m4a: 'http://jplayer.org/audio/m4a/Miaow-07-Bubble.m4a',
|
||||
oga: 'http://jplayer.org/audio/ogg/Miaow-07-Bubble.ogg',
|
||||
},
|
||||
free: true,
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue