UNPKG

nf-icons

Version:

Easily use Nerd Fonts icons in JavaScript!

26 lines (16 loc) 419 B
# nf-icons Easily use [Nerd Font](https://www.nerdfonts.com/) icons in JavaScript! ## Installation ``` npm install nf-icons yarn add nf-icons ``` ## Usage First, make sure you are [using one of the Nerd Fonts](https://www.nerdfonts.com/font-downloads). Then: ```javascript const icons = require('nf-icons'); console.log(icons.utf16(icons.names.MDI_EMOTICON_COOL)); // B) ``` ## API See doc strings in index.ts