UNPKG

react-native-squircle-skia

Version:

Skia based squircle for React Native. draws with Figma squirce style

3 lines (2 loc) 197 B
import { CornerParams, CornerPathParams } from '../types/types'; export declare const getPathParamsForCorner: ({ cornerRadius, cornerSmoothing, width, height, }: CornerParams) => CornerPathParams;