Answers for "show image in console"

1

show image in console

console.log("%c" + dim.string, dim.style + "background: url(" + url + "); background-size: " + (this.width * scale) + "px " + (this.height * scale) + "px; color: transparent;");
Posted by: Guest on May-28-2021

Browse Popular Code Answers by Language