About year ago i created a plugin to enhance console logs, main idea was to print images in console, so for example You could add some icons or glyphs.
It was working pretty nice, i saw that there is many of those available online right now. The problem is that none of them are working atm.
I noticed it after last chrome update i think. currently i have version 49.0.2623.112
.
All of those plugins including mine works in the same way:
console.log("%c" + dim.string, dim.style + "background: url(" + url + "); background-size: " + (this.width * scale) + "px " + (this.height * scale) + "px; color: transparent;");
For example this one: plugin link on github
Does anyone know how we can print images in console in newer versions of chrome ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…