theme-detector

0.0.3 • Public • Published

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

Package Sidebar

Install

npm i theme-detector

Weekly Downloads

4

Version

0.0.3

License

MIT

Unpacked Size

2.54 kB

Total Files

4

Last publish

Collaborators

  • mike6950