Skip to content

Instantly share code, notes, and snippets.

@taulant
Last active April 5, 2022 12:04
Show Gist options
  • Save taulant/b3eb7709d7fe9e54a1f74fdc1f061fc4 to your computer and use it in GitHub Desktop.
Save taulant/b3eb7709d7fe9e54a1f74fdc1f061fc4 to your computer and use it in GitHub Desktop.
Generative Art for the Browser Console
str='%c';gradient=['░','▒','▓','█'];for(i=0;i<7000;i++){str+=gradient[Math.floor(Math.random()*gradient.length)]}console.log(str,"color: red; background: yellow");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment