1.2.1 • Published 7 years ago

transcription-words v1.2.1

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

Transcriptions words

Easy and crystal-clear API for transcription words.

Installation

$ npm install transcription-words

Usage

Module takes only one argument: text.

const transcription = require('transcription-words');

transcription('Hello, world!').then(body => {
  console.log(body); // => 'helˈəʊ wɜːld'
});

License

MIT.