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