UNPKG

react-native-fiesta

Version:

A set of celebration animations powered by Skia. Engage more with your users by celebrating in your React Native application.

8 lines (7 loc) 268 B
interface Coordinates { x: number; y: number; } export declare function fromRadians(angle: number): number; export declare function generateRandomCoordinates(numElements: number, specificHeight?: number, specificWidth?: number): Array<Coordinates>; export {};