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