We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b983a32 commit 14cadd5Copy full SHA for 14cadd5
1 file changed
src/config.js
@@ -30,11 +30,7 @@ const layerConfigurations = [
30
{
31
growEditionSizeTo: 5,
32
layersOrder: [
33
- { name: "Background",
34
- options: {
35
- bypassDNA: true
36
- }
37
- },
+ { name: "Background" },
38
{ name: "Eyeball" },
39
{ name: "Eye color" },
40
{ name: "Iris" },
@@ -100,7 +96,7 @@ const preview = {
100
96
101
97
const preview_gif = {
102
98
numberOfImages: 5,
103
- order: 'ASC', // ASC, DESC, MIXED
99
+ order: "ASC", // ASC, DESC, MIXED
104
repeat: 0,
105
quality: 100,
106
delay: 500,
0 commit comments