UNPKG

wbf

Version:

[![LICENSE](https://img.shields.io/github/license/halodong/web-barrier-free?style=flat-square)](./LICENSE) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/halodong/web-barrier

19 lines (12 loc) 232 B
import { language } from './index' const defaultOptions = { // 语言 language: 'zh-CN' as language, // 语速 rate: 1, // 语调 pitch: 1, // 音量 volume: 1 } export default defaultOptions