0.0.1 • Published 2 years ago

@tanishqmanuja/capacitor-system-colors v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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; }>
ParamType
options{ id: string; }

Returns: Promise<{ color: string; }>


0.0.1

2 years ago