An open API service indexing awesome lists of open source software.

https://github.com/saqqdy/grace-speak

A composition api for SpeechSynthesis
https://github.com/saqqdy/grace-speak

Last synced: 6 months ago
JSON representation

A composition api for SpeechSynthesis

Awesome Lists containing this project

README

          

# grace-speak

A composition api for SpeechSynthesis

[![NPM version][npm-image]][npm-url]
[![Codacy Badge][codacy-image]][codacy-url]
[![Test coverage][codecov-image]][codecov-url]
[![npm download][download-image]][download-url]
[![License][license-image]][license-url]

[![Sonar][sonar-image]][sonar-url]

### **[Documentation](https://www.saqqdy.com/grace-speak)** • **[Change Log](./CHANGELOG.md)**

## Installing

```bash
# use pnpm
$ pnpm install grace-speak

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

# use yarn
$ yarn add grace-speak
```

## Usage

1. Simple use:

```ts
import Speaker from 'grace-speak'

const speaker = new Speaker()

speaker.speak('very good')
speaker.speak('powered by saqqdy')
```

2. Using unpkg CDN:

```html

```

## Support & Issues

Please open an issue [here](https://github.com/saqqdy/grace-speak/issues).

## License

[MIT](LICENSE)

[npm-image]: https://img.shields.io/npm/v/grace-speak.svg?style=flat-square
[npm-url]: https://npmjs.org/package/grace-speak
[codacy-image]: https://app.codacy.com/project/badge/Grade/f70d4880e4ad4f40aa970eb9ee9d0696
[codacy-url]: https://www.codacy.com/gh/saqqdy/grace-speak/dashboard?utm_source=github.com&utm_medium=referral&utm_content=saqqdy/grace-speak&utm_campaign=Badge_Grade
[codecov-image]: https://img.shields.io/codecov/c/github/saqqdy/grace-speak.svg?style=flat-square
[codecov-url]: https://codecov.io/github/saqqdy/grace-speak?branch=master
[download-image]: https://img.shields.io/npm/dm/grace-speak.svg?style=flat-square
[download-url]: https://npmjs.org/package/grace-speak
[license-image]: https://img.shields.io/badge/License-MIT-blue.svg
[license-url]: LICENSE
[sonar-image]: https://sonarcloud.io/api/project_badges/quality_gate?project=saqqdy_grace-speak
[sonar-url]: https://sonarcloud.io/dashboard?id=saqqdy_grace-speak