UNPKG

@gdn/react-native-simple-canvas

Version:

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

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