Kargi-Sitesi/node_modules/fontawesome
2024-11-03 21:30:09 -05:00
..
generate.js Deployed the page to Github Pages. 2024-11-03 21:30:09 -05:00
index.js Deployed the page to Github Pages. 2024-11-03 21:30:09 -05:00
Makefile Deployed the page to Github Pages. 2024-11-03 21:30:09 -05:00
package.json Deployed the page to Github Pages. 2024-11-03 21:30:09 -05:00
README.md Deployed the page to Github Pages. 2024-11-03 21:30:09 -05:00

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!