UNPKG

@zhangqingcq/vgce

Version:

Vector graphics configure editor. svg组态编辑器。基于vue3.3+ts+element-plus+vite

27 lines (24 loc) 379 B
export interface IPositionCenter { svg: IPositionCenterSvg } export interface IPositionCenterSvg { background_color: string scale: number grid: boolean ruler: boolean } export interface INet { mqtt: { useGlobalMqtt: boolean url: string user: string pwd: string topics: string global: { url: string user: string pwd: string topics: string } } }