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: { formDefaults: {
width: 10, width: 10,
height: 16, height: 16,
scale: 0.1, scale: 0.4,
overlap: 0.6,
vectors: { vectors: {
start: 1, start: 1,
end: 0, end: 0,
range: 0.4, range: 0.4,
spacing: 10
}, },
nodes: 2, nodes: 4,
stroke: 1, stroke: 1,
overlap: 1.4, spread: {
spread: 8, amount: 10,
space: 6 spacing: 10
}
} }
}; };