daniell0gda / theme-status-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

theme-status-plugin

plugin for CapacitorJs checking if device is in dark theme

Install

npm install theme-status-plugin
npx cap sync

API

isDarkMode(...)

isDarkMode(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>


About

License:MIT License


Languages

Language:Java 33.3%Language:Swift 25.4%Language:Ruby 13.5%Language:TypeScript 11.8%Language:Objective-C 9.5%Language:JavaScript 6.7%