blob: 1f402a9bf246de45ff2e09d1b4f737946d636ec5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// ==========================================================================
// Plyr supported types
// ==========================================================================
const types = {
embed: ['youtube', 'vimeo'],
html5: ['video', 'audio'],
};
export default types;
|