Last active
April 5, 2022 12:04
-
-
Save taulant/b3eb7709d7fe9e54a1f74fdc1f061fc4 to your computer and use it in GitHub Desktop.
Generative Art for the Browser Console
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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