UNPKG

@gdn/react-native-simple-canvas

Version:

A simple canvas component for React Native that allows drawing and signature capture.

4 lines 186 B
import { Point } from '../interfaces/Point'; declare const spline: (points: Point[], tension?: number, close?: boolean) => string; export { spline }; //# sourceMappingURL=canvas.d.ts.map