JSPM

responsivevoice

0.4.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 275
  • Score
    100M100P100Q95597F
  • License MIT

npm wrapper for responsivevoice.js obtained from dataplusscience.com

Package Exports

  • responsivevoice

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (responsivevoice) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

responsivevoice

This is a version of the responsive voice js wrapped as an NPM module.

Usage

Add the following dependency to your package.json:

"dependencies": {
   "responsivevoice": "git://github.com/demartsc/responsivevoice.git"
}

Then, require it in your code:

var voice = require('responsiveVoice');

Refer to the API documentation for the details on how to use it.

Refer to tabitha for initial use with Tableau.