1.0.2 • Published 8 years ago
first-letters v1.0.2
First Letters
An npm package for returning the first letters in each word of a phrase.
Usage:
var firstLetters = require("first-letters");
var chars = firstLetters("your phrase");
Chars will now represent an array of chars from the first letters of each word from your phrase.