@ -20,6 +20,9 @@ a:hover {
html,
body {
height: 100%;
margin:0;
padding:0;
overflow: hidden;
/* background-color: #333; */
}
@ -12,7 +12,11 @@ function setup() {
function draw() {
blendMode(BLEND);
background(255);
blendMode(MULTIPLY);
if (!!window.chrome) {
images.forEach((d) => d.draw());