UNPKG
inmarkx
Version:
latest (0.0.2)
0.0.2
0.0.1
Image mark
github.com/lhywell/inmark
lhywell/inmark
inmarkx
/
src
/
config
/
ImageConfig.js
17 lines
•
269 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/** * 默认image 默认 */
export default { style: { // 线
line
: {
stroke
:
'#408AE7'
, }, // 拖拽点
circle
: {
fill
:
'#408AE7'
, stroke:
'#3071E3'
, r:
6
, } }, };