wle8300 / uifx

Audio library designed for UI sound effects
https://wle8300.github.io/uifx-demo
MIT License
112 stars 11 forks source link

Fix missing types in build #14

Closed fortysixcode closed 4 years ago

fortysixcode commented 4 years ago

Hi, it seems that the types are missing in the version published on npm. I updated the build script so that the index.d.ts file is copied into the build folder when building. I also updated the types so that they are closer to the original version (volume on play method is optional).