A js plugin that allows your page to quickly access the darkmode function
npm install @yangcongming/darkmode-hook一个能让你的页面快速获取🌗darkmode功能的js小插件
npm
``bash`
npm i @yangcongming/darkmode-hook -s
`
`javascript``
import DarkmodeHook from "@yangcongming/darkmode-hook";
const darkmode = new DarkmodeHook();
// turn on the darkmode
darkmode.turnOn();
// turn off
darkmode.turnOff();