transcription-words

1.2.1 • Public • Published

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.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i transcription-words

    Weekly Downloads

    0

    Version

    1.2.1

    License

    MIT

    Last publish

    Collaborators

    • bifot