2
0

gfixed prod env's

This commit is contained in:
2018-08-13 15:21:03 +02:00
parent 64b4d47daf
commit ef7c3a1fcf

View File

@@ -25,16 +25,19 @@ export const environment = {
formDefaults: {
width: 10,
height: 16,
scale: 0.1,
scale: 0.4,
overlap: 0.6,
vectors: {
start: 1,
end: 0,
range: 0.4,
spacing: 10
},
nodes: 2,
nodes: 4,
stroke: 1,
overlap: 1.4,
spread: 8,
space: 6
spread: {
amount: 10,
spacing: 10
}
}
};