react-speech:Web Speech API的React组件

时间:2024-05-22 07:44:22
【文件属性】:

文件名称:react-speech:Web Speech API的React组件

文件大小:123KB

文件格式:ZIP

更新时间:2024-05-22 07:44:22

JavaScript

React语音 API的React组件。 Web Speech API旨在使Web开发人员能够在Web浏览器中提供speech-input和text-to-speech输出。 Web语音API分为两个部分, 和。 此react组件支持speech synthesis , text-to-speech 。 安装 为了安装react-speech ,只需运行 $ npm install react-speech --save 简单用法 使用react-speech非常简单,只需React.render语音组件,设置text属性,然后将其呈现为语音即可。 import React from 'react'; import Speech from 'react-speech'; React.render( <Speech text="Welcome to react sp


【文件预览】:
react-speech-master
----.gitignore(44B)
----.babelrc(140B)
----webpack.build.config.js(703B)
----.eslintrc(489B)
----package.json(2KB)
----package-lock.json(379KB)
----src()
--------button.js(1KB)
--------speechSynthesis.js(1KB)
--------speech.js(5KB)
--------style.js(1KB)
----webpack.config.js(517B)
----.nvmrc(8B)
----.travis.yml(102B)
----jest.config.js(141B)
----index.jsx(5KB)
----dist()
--------react-speech.min.js(16KB)
----LICENSE(1KB)
----README.md(6KB)
----index.html(115B)
----logo.png(8KB)
----.npmignore(43B)
----test()
--------setup.js(66B)
--------speechSynthesis.test.js(2KB)
--------mockSpeechSynthesis.js(718B)
--------speech.test.js(2KB)
--------__snapshots__()
--------button.test.js(423B)
----.editorconfig(157B)
----.prettierrc(42B)

网友评论