grace-speech
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

grace-speech

A composition api for SpeechSynthesis & SpeechRecognition

NPM version Codacy Badge Test coverage npm download License

Sonar

Installing

# use pnpm
$ pnpm install grace-speech

# use npm
$ npm install grace-speech --save

# use yarn
$ yarn add grace-speech

Usage

  1. Simple use:
import { Recognition, Speaker } from 'grace-speech'

const speaker = new Speaker()
const recognition = new Recognition()

speaker.speak('very good')
speaker.speak('powered by saqqdy<https://github.com/saqqdy>')
  1. Using unpkg CDN:
<script src="https://unpkg.com/grace-speech@1.0.0/dist/index.global.prod.js"></script>

Support & Issues

Please open an issue here.

License

MIT

Package Sidebar

Install

npm i grace-speech

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

36.8 kB

Total Files

11

Last publish

Collaborators

  • saqqdy