UNPKG

rough-native

Version:

Create graphics using HTML Canvas or SVG with a hand-drawn, sketchy, appearance. Features comprehensive React hooks, memory management, and React 18 concurrent rendering support.

4 lines (3 loc) 201 B
import { ResolvedOptions } from '../core'; import { PatternFiller, RenderHelper } from './filler-interface'; export declare function getFiller(o: ResolvedOptions, helper: RenderHelper): PatternFiller;