Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

silabify

gabrielperales380MIT1.0.4

Syllabify Spanish Words

words, syllabify, syllables, hyphenate, spanish

readme

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