darkify-js
TypeScript icon, indicating that this package has built-in type declarations

1.1.5 • Public • Published

Darkify JS

Run tests

🌚 A simple dark mode toggle library that makes it easy to implement dark mode on your website without additional configuration

Please make sure to read the Wiki for detailed documentation and examples

📦 Installation

Use npm or any other package manager:

npm install darkify-js

⚙️ Setup

// main.js
import Darkify from 'darkify-js';

const options = {
  autoMatchTheme: true,
};

// autoMatchTheme: default is true
// useLocalStorage: default is true
// useSessionStorage: default is false
// useColorScheme: default is ['#ffffff', '#000000']

new Darkify('#element', options);

Package Sidebar

Install

npm i darkify-js

Weekly Downloads

7

Version

1.1.5

License

MIT

Unpacked Size

25.5 kB

Total Files

8

Last publish

Collaborators

  • emrocode