lumin-mystic
v1.2.0
Published
Ambient and light management in JS
Downloads
24
Readme
Lumin Mystic
Get color scheme
import { getColorScheme } from 'lumin-mystic';
getColorScheme();
Set color scheme
import { setColorScheme, AMBIENT_AUTO } from 'lumin-mystic';
setColorScheme({
ambient: AMBIENT_AUTO
});
Init ambient
import { initAmbient } from 'lumin-mystic';
initAmbient();
Set light theme
import { setLightTheme } from 'lumin-mystic';
setLightTheme();
Set dark theme
import { setDarkTheme } from 'lumin-mystic';
setDarkTheme();