UNPKG

inmarkx

Version:
17 lines 269 B
/** * 默认image 默认 */ export default { style: { // 线 line: { stroke: '#408AE7', }, // 拖拽点 circle: { fill: '#408AE7', stroke: '#3071E3', r: 6, } }, };