1.0.4 • Published 9 years ago
silabify v1.0.4
Silabify 
Syllabify spanish words. Try it out
Install
You can install it through NPM or cloning this repo
- NPM:
$ npm install silabify- Cloning this repo (for use within a browser):
$ git clone https://github.com/gabrielperales/silabify.git$ cd silabify && npm run build
# this command will generate two builds in the *dist* folderUsage
const silabify = require('silabify');
silabify('Gabriel');
//=> ['Ga', 'briel']API
silabify(word)
word
Type: String
Word to syllabize.
Resources:
License
MIT © Gabriel Perales