Skip to content

Get the Font Awesome unicode character by the icon name.

Notifications You must be signed in to change notification settings

moqmar/node-fontawesome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Font Awesome unicode bindings

Get a Font Awesome unicode character by the icon name.
Especially useful for outputting to e.g. terminals with a Font Awesome patched font or for Lemonbar, but I'm sure you'll think of even better use cases.

Usage:

var fa = require("fontawesome");
console.log(fa("fort-awesome") + " Hello World!"); // Hello World!
console.log(fa.fortAwesome + " Hello World!"); // Hello World!

About

Get the Font Awesome unicode character by the icon name.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published