2.1.1 • Published 11 months ago

grace-speak v2.1.1

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

grace-speak

A composition api for SpeechSynthesis

NPM version Codacy Badge Test coverage npm download License

Sonar

DocumentationChange Log

Installing

# use pnpm
$ pnpm install grace-speak

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

# use yarn
$ yarn add grace-speak

Usage

  1. Simple use:
import Speaker from 'grace-speak'

const speaker = new Speaker()

speaker.speak('very good')
speaker.speak('powered by saqqdy<https://github.com/saqqdy>')
  1. Using unpkg CDN:
<!-- grace-speak < v2.0.0 -->
<!-- for modern browser -->
<script src="https://unpkg.com/grace-speak@1.1.0/dist/index.min.js"></script>
<!-- for ie11 and blow -->
<script src="https://unpkg.com/grace-speak@1.1.0/dist/es5/index.min.js"></script>

<!-- grace-speak >= v2.0.0 -->
<script src="https://unpkg.com/grace-speak@2.0.0/dist/index.global.prod.js"></script>

Support & Issues

Please open an issue here.

License

MIT

2.1.1

11 months ago

2.1.0

11 months ago

2.0.1

12 months ago

2.0.0

12 months ago

1.1.0

1 year ago

1.0.0

1 year ago

1.0.0-beta.2

1 year ago

1.0.0-beta.1

1 year ago

1.0.0-alpha.0

1 year ago