1.0.0 • Published 4 years ago

@caoxp/xcomponents v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

XComponents

公用组件-测试使用

测试

yarn test
运行单元测试

yarn test:cove
生成单元测试覆盖率报告,在生成的coverage/lcov-report/index.html查看

编译

yarn build
根据tsconfig.json文件生成编译后的js文件和d.ts声明文件

组件说明

audio 音频播放器

auto-audio-context

通过循环调用,将audio状态自动调整为running,解决在IOS中不能自动播放的限制。 此控件最终返回AudioContext对象

min-player

生成简单的音频播放器,支持通过src或ArrayBuffer直接生成音频播放器。