UNPKG

@recogito/annotorious

Version:

A JavaScript image annotation library

4 lines 283 B
import type { DrawingStyle } from '@annotorious/core'; import type { ImageAnnotation } from '../../model'; export declare const computeStyle: (annotation: ImageAnnotation, style?: DrawingStyle | ((a: ImageAnnotation) => DrawingStyle)) => string; //# sourceMappingURL=styling.d.ts.map