device-corner-radius-capacitor
v1.0.3
Published
This plugin gets the corner radius of the current device
Readme
device-corner-radius-capacitor
This plugin gets the corner radius of the current device
Install
npm install device-corner-radius-capacitor
npx cap syncAPI
getCornerRadius()
getCornerRadius() => Promise<CornerRadius>Returns: Promise<CornerRadius>
Interfaces
CornerRadius
| Prop | Type |
| ----------------- | ------------------- |
| topLeft | number |
| topRight | number |
| bottomLeft | number |
| bottomRight | number |
