mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
5 lines
287 B
TypeScript
5 lines
287 B
TypeScript
export const SKINS = ['default', 'minimal'] as const;
|
|
export const PLATFORMS = ['html', 'react', 'cdn'] as const;
|
|
export const STYLINGS = ['css', 'tailwind'] as const;
|
|
export const PRESETS = ['video', 'hls-video', 'simple-hls-video', 'dash-video', 'audio', 'background-video'] as const;
|