1.0.0 • Published 8 years ago

console.icon v1.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

console.icon

console.icon, the easiest way use simple icons in your browser console. Run in vanilla.js and supported by every modern browsers.

You can see a simple demo here.

Preview

simple, only icon.
// use your iconname of first parameter.
console.icon("beer");

output : 🍺

more simple, icon and logging
// the second parameter as your message
console.icon("beer", "Cheers!");

output : 🍺 Cheers!

goooood. isn't it?

Usage

Simple include js file into your html.

<script src="../src/app.js"></script>

İcons

Supported every emojis anymore. :* ######List of emoji cheat sheet

License

Copyright (c) 2016 Ahmet Ozan Tekin

The MIT License