green-audio-player
green-audio-player copied to clipboard
Audio Player javascript library
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.1 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
Hi, I am using green players with React and I get: /node_modules/green-audio-player/src/js/main.js:565 **export** default GreenAudioPlayer; SyntaxError: Unexpected token 'export' when using it ... Do you know where this is coming...
Allow to overwrite variables by adding `!default`
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
The regex check which is currently used to recognise a device is: ```js this.isDevice = /ipad|iphone|ipod|android/i.test(window.navigator.userAgent.toLowerCase()) && !window.MSStream; ``` This is not sufficient for iOS 13+ because the user agent...
[https://github.com/greghub/green-audio-player/issues/17](url) issue 17 appers again in lastest version
Hello, in Chrome (v84.0.4147.89), the click on the download button open audio html5 player.
Hi, thank you for developing this fantastic audio player. when I set {stopOthersOnPlay: true } and clicked to play multiple players I found this "aria-label" does not change the value...