E-Kuerschner / useAudioPlayer

React hooks for controlling audio on the web
MIT License
315 stars 35 forks source link

Multiple build targets #58

Closed E-Kuerschner closed 1 year ago

E-Kuerschner commented 3 years ago

In an effort to modernize, I want to publish multiple versions of the useAudioPlayer bundle. A pre-bundled and compiled version to be used with may status-quo setups (downstream build tool that ignore node_modules, assuming they are already suitable for their target environments) and another bundle that preserves module syntax and other modern javascript features.