1.0.0 • Published 10 months ago

grace-speech v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

grace-speech

A composition api for SpeechSynthesis & SpeechRecognition

NPM version Codacy Badge Test coverage npm download License

Sonar

DocumentationChange Log

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