Skip to content

Commit 14cadd5

Browse files
committed
merged bypassDNA
1 parent b983a32 commit 14cadd5

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

src/config.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@ const layerConfigurations = [
3030
{
3131
growEditionSizeTo: 5,
3232
layersOrder: [
33-
{ name: "Background",
34-
options: {
35-
bypassDNA: true
36-
}
37-
},
33+
{ name: "Background" },
3834
{ name: "Eyeball" },
3935
{ name: "Eye color" },
4036
{ name: "Iris" },
@@ -100,7 +96,7 @@ const preview = {
10096

10197
const preview_gif = {
10298
numberOfImages: 5,
103-
order: 'ASC', // ASC, DESC, MIXED
99+
order: "ASC", // ASC, DESC, MIXED
104100
repeat: 0,
105101
quality: 100,
106102
delay: 500,

0 commit comments

Comments
 (0)