UNPKG

rough-notation

Version:

Create and animate hand-drawn annotations on a web page

4 lines (3 loc) 290 B
import { RoughAnnotationConfig, RoughAnnotation, RoughAnnotationGroup } from './model.js'; export declare function annotate(element: HTMLElement, config: RoughAnnotationConfig): RoughAnnotation; export declare function annotationGroup(annotations: RoughAnnotation[]): RoughAnnotationGroup;