feat(env): updated environment variables
This commit is contained in:
@@ -1,3 +1,17 @@
|
|||||||
export const environment = {
|
export const environment = {
|
||||||
production: true
|
production: true,
|
||||||
|
guilloche: {
|
||||||
|
colors: {
|
||||||
|
start: '#f16363',
|
||||||
|
end: '#5eb1bd'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
formDefaults: {
|
||||||
|
width: 9,
|
||||||
|
height: 16,
|
||||||
|
directionStart: 0,
|
||||||
|
directionEnd: 180,
|
||||||
|
nodes: 3,
|
||||||
|
scale: 0.3
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -11,11 +11,11 @@ export const environment = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
formDefaults: {
|
formDefaults: {
|
||||||
width: 10,
|
width: 9,
|
||||||
height: 10,
|
height: 16,
|
||||||
directionStart: 180,
|
directionStart: 0,
|
||||||
directionEnd: 270,
|
directionEnd: 180,
|
||||||
nodes: 1,
|
nodes: 3,
|
||||||
scale: 0.3
|
scale: 0.3
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user