0.0.2 • Published 11 months ago
@tqman/capacitor-system-colors v0.0.2
@tanishqmanuja/capacitor-system-colors
Get native android system colors
Install
npm install @tanishqmanuja/capacitor-system-colors
npx cap sync
API
get(...)
get(options: { id: string; }) => Promise<{ color: string; }>
Param | Type |
---|---|
options | { id: string; } |
Returns: Promise<{ color: string; }>