diff --git a/src/app.js b/src/app.js index 0b71587..66e19d1 100644 --- a/src/app.js +++ b/src/app.js @@ -3,7 +3,7 @@ class Generator { static defaults = { width: 1024, height: 1024, -backgroundColor: '#91DDCF', +backgroundColor: 'rgba(255, 255, 255, .4)', offset: { top: 0, left: 0