Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

grace-speak

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grace-speak

A composition api for SpeechSynthesis

latest
Source
npmnpm
Version
2.1.1
Version published
Maintainers
1
Created
Source

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

  • Simple use:
import Speaker from 'grace-speak'

const speaker = new Speaker()

speaker.speak('very good')
speaker.speak('powered by saqqdy<https://github.com/saqqdy>')
  • 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

Keywords

grace-speak

FAQs

Package last updated on 11 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts