eq15
v0.2.9
Published
Install `npm install` Run `npm run dev` Build `npm run build`
Readme
This plug-in is based on the open source library teropa/weq8, modified to achieve a 15-segment parametric equalizer map, weq8's github address: [https://github.com/teropa/eq15], thank you very much to the authors of weq8.
Install npm install
Run npm run dev
Build npm run build
发布流程:
- 默认你有npm的账号,并登录了
- 如果本地用了淘宝啊或者其他的镜像,需要设置npm回默认镜像: npm config set registry=https://registry.npmjs.org
- 修改代码 -> 打包:npm run build -> 修改package.json里面的版本号(version字段) -> 发布:npm publish
- 在你项目里面使用,npm i eq15
