Package Exports
- fontawesome
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fontawesome) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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!