UNPKG

easyannotation

Version:

Image annotation in JavaScript

8 lines (7 loc) 137 B
export declare class Font { name?: string; size?: number; italic?: boolean; bold?: boolean; color?: string; }