It is possible to use colors wen logging to the browser developer console

2018-09-26

(At least on Chrome)

As seen for example on LottieLayer: https://github.com/72/lottie-framer/blob/master/LottieLayer.coffee#L12

console.log "%c#{name} Successfully Included Locally", "background: #DDFFE3; color: #007814"