console.image
console.image copied to clipboard
A nice snippet to log images in chrome console 🌈
Results
1
console.image issues
Sort by
recently updated
recently updated
newest added
I was trying to use your snippet and found from the below [stack overflow]( https://stackoverflow.com/questions/36885562/google-chrome-console-print-image) that newer versions of chrome don't like `'%c'` by itself. Adding a space fixed the...