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
/* | |
* © 2016 - Julián Acosta | |
* License: CC BY-SA 4.0 (http://creativecommons.org/licenses/by-sa/4.0/) | |
* | |
* Print your own logo in developer tools! | |
* | |
* Step 1: Convert your logo to ASCII text here: http://picascii.com (I used color output) | |
* Note: Is possible that you'll have to resize your photo in order to retain aspect ratio | |
* Step 2: Remove the <pre></pre> tag that is surrounding the generated code, replace with "[" and "]" | |
* Step 3: Run the following regexes (*DON'T ALTER THE ORDER*) in order to convert to JSON (Works in PHPStorm and Sublime Text 2): |