0.0.3 • Published 1 year ago

theme-detector v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Theme detector

Get the theme of the browser also works in ionic apps

Install

Via npm

npm install theme-detector

Via yarn

yarn add theme-detector

Usage

Once the package is installed you use the import approach

import checkTheme from 'theme-detector';

console.log(checkTheme());
// If browser theme is dark it logs 'dark'
// If browser theme is light it logs 'light'

Support

If you like this project, You can support me with starring ⭐ this repository.

License

MIT

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago