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
- Host: GitHub
- URL: https://github.com/saqqdy/grace-speak
- Owner: saqqdy
- License: mit
- Created: 2023-03-30T08:13:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T19:53:37.000Z (almost 2 years ago)
- Last Synced: 2025-04-26T05:18:50.122Z (6 months ago)
- Language: TypeScript
- Size: 627 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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