Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 493 Bytes

File metadata and controls

17 lines (13 loc) · 493 Bytes

chromeColorLog

Demo: https://devjiro76.github.io/chromeColorLog/

Let's say there is <pre> tag which contains <span> like below.

<pre>
  <span style="color: rgb(24, 104, 159)">%</span>
  <span style="color: rgb(23, 104, 159)">%</span>
  <span style="color: rgb(23, 104, 159)">%</span>
  ...
</pre>

and this libarary can help console log like below. :)

chromeColorLog