7κ°μ§ ν λ§λ‘ νλ μ΄μ΄ λμμΈμ 컀μ€ν°λ§μ΄μ§ν μ μμ΅λλ€. νλ μ΄μ΄ 컨νΈλ‘€μ νλ νΈ λ²νΌμ ν΄λ¦νκ±°λ μλ λ²νΌμΌλ‘ ν λ§λ₯Ό λ³κ²½νμΈμ.
// μ΄κΈ° ν
λ§ μ€μ
const player = new CatPlayer({
container: '#player',
url: 'video.mp4',
theme: 'purple' // κΈ°λ³Έκ°
});
// ν
λ§ λ³κ²½
player.setTheme('dark');
player.setTheme('red');
player.setTheme('green');
// νμ¬ ν
λ§ νμΈ
const currentTheme = player.getTheme();
// μ¬μ© κ°λ₯ν ν
λ§ λͺ©λ‘
const themes = player.getAvailableThemes();
// [
// { value: 'purple', label: 'νΌν (κΈ°λ³Έ)', color: '#667eea' },
// { value: 'dark', label: 'λ€ν¬', color: '#1a1a1a' },
// { value: 'light', label: 'λΌμ΄νΈ', color: '#4a90e2' },
// { value: 'red', label: 'λ λ', color: '#e74c3c' },
// { value: 'green', label: 'κ·Έλ¦°', color: '#2ecc71' },
// { value: 'orange', label: 'μ€λ μ§', color: '#f39c12' },
// { value: 'pink', label: 'νν¬', color: '#ff6b9d' }
// ]
// ν
λ§ λ³κ²½ μ΄λ²€νΈ
player.on('themeChange', (theme) => {
console.log('ν
λ§ λ³κ²½λ¨:', theme);
});
μ°μνκ³ λͺ¨λν κ·ΈλΌλμΈνΈ
λ―Έλλ©νκ³ κ³ κΈμ€λ¬μ΄ λλ
λ°κ³ κΉλν λΈλ£¨
μ΄μ μ μ΄κ³ κ°λ ¬ν λλ
μμ°μ€λ½κ³ νΈμν λλ
νκΈ°μ°¨κ³ μλμ§ λμΉλ λλ
μ¬λμ€λ½κ³ λΆλλ¬μ΄ λλ