2
0

feat(graohsComponent): added vector configuration

This commit is contained in:
2018-05-23 21:55:52 +02:00
parent b1e6faab99
commit 2d635148b8
9 changed files with 186 additions and 149 deletions

View File

@@ -6,11 +6,17 @@ export const environment = {
end: '#5eb1bd'
}
},
controls: {
wheelStep: 0.01
},
formDefaults: {
width: 9,
height: 16,
directionStart: 0,
directionEnd: 180,
vectors: {
start: 1,
end: 0,
range: 0.3
},
nodes: 3,
stroke: 1,
scale: 0.3