0.1.5 • Published 11 months ago

@zhaosiqi/audio-recorder v0.1.5

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

录音并获取MP3

开发

  npm i
  npm start 

打包

 npm run build:dist

生成证书 测试用

  mkdir -p certs
  openssl req -newkey rsa:2048 -nodes -keyout certs/server.key -x509 -days 365 -out certs/server.crt