UNPKG

rough-notation

Version:

Create and animate hand-drawn annotations on a web page

3 lines (2 loc) 239 B
import { Rect, RoughAnnotationConfig } from './model.js'; export declare function renderAnnotation(svg: SVGSVGElement, rect: Rect, config: RoughAnnotationConfig, animationGroupDelay: number, animationDuration: number, seed: number): void;