import { IDimension } from '../common/IDimension'; export interface ICanvasOption { color: string; size?: IDimension; visible: boolean; }