UNPKG

react-native-drawing

Version:

A React Native library that provides a canvas to perform drawing actions

13 lines (12 loc) 371 B
import { SprayParticlesProps } from './SprayParticlesProps'; export interface DrawPropsDTO<T> { resolution: number; aspectRatio: number; color: string; grid: number | [number, number] | undefined; antialiasing: boolean | undefined; tool: T; toolSize: number | undefined; sprayParticles: SprayParticlesProps; animatedFiller: boolean; }