silabify

1.0.4 • Public • Published

Silabify Build Status

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* folder 

Usage

const silabify = require('silabify');
 
silabify('Gabriel');
//=> ['Ga', 'briel']

API

silabify(word)

word

Type: String

Word to syllabize.

Resources:

License

MIT © Gabriel Perales

Package Sidebar

Install

npm i silabify

Weekly Downloads

9

Version

1.0.4

License

MIT

Last publish

Collaborators

  • gperales