web-audio-api-player
Advanced tools
Comparing version 2.0.2 to 2.0.3
export { PlayerCore, ICoreOptions } from './library/core'; | ||
export { PlayerSound, ISoundAttributes } from './library/sound'; | ||
export { PlayerSound, ISoundAttributes, ISound } from './library/sound'; |
{ | ||
"name": "web-audio-api-player", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "web audio api player", | ||
@@ -43,10 +43,10 @@ "keywords": [ | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "3.7.1", | ||
"@typescript-eslint/parser": "3.7.1", | ||
"eslint": "7.6.0", | ||
"@typescript-eslint/eslint-plugin": "4.1.1", | ||
"@typescript-eslint/parser": "4.1.1", | ||
"eslint": "7.9.0", | ||
"eslint-plugin-import": "2.22.0", | ||
"rollup": "2.23.0", | ||
"rollup-plugin-typescript2": "0.27.1", | ||
"typescript": "3.9.7" | ||
"rollup": "2.27.1", | ||
"rollup-plugin-typescript2": "0.27.2", | ||
"typescript": "4.0.3" | ||
} | ||
} |
@@ -8,7 +8,7 @@ [![Dependencies](https://david-dm.org/chrisweb/web-audio-api-player/status.svg)](https://david-dm.org/chrisweb/web-audio-api-player) | ||
<p align="center"><img width="400" src="./assets/web_audio_api_player_logo_small.png" alt="web audio API player logo"></p> | ||
<p align="center"><img width="202" height="225" src="./assets/web_audio_api_player_logo_small.png" alt="web audio API player logo"></p> | ||
## About this project | ||
🎶 An opensource javascript (typescript) audio player for the browser, built using the Web Audio API | ||
🎶 An opensource javascript (typescript) audio player for the browser, built using the Web Audio API with support for HTML5 audio elements | ||
@@ -15,0 +15,0 @@ this player can be added to any javascript project and extended in many ways, it is not bound to a specific UI, this player is just a core that can be used to create any kind of player you can imagine and even be used to play sound in video games or for any other sound / song playing needs you may have |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
182845