UNPKG

easyannotation

Version:

Image annotation in JavaScript

7 lines (6 loc) 189 B
import Config from "../Config"; export default interface InternalConfig extends Config { annotatorIdx?: number; sizePercentage: number; annotatorContainer: HTMLElement; }