Skip to content

Commit 105e06f

Browse files
committed
Add howler js
1 parent d0b7200 commit 105e06f

File tree

9 files changed

+4203
-0
lines changed

9 files changed

+4203
-0
lines changed

Diff for: public/js/howler.js/CHANGELOG.md

+458
Large diffs are not rendered by default.

Diff for: public/js/howler.js/LICENSE.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Copyright (c) 2013-2019 James Simpson and GoldFire Studios, Inc.
2+
3+
Permission is hereby granted, free of charge, to any person obtaining
4+
a copy of this software and associated documentation files (the
5+
"Software"), to deal in the Software without restriction, including
6+
without limitation the rights to use, copy, modify, merge, publish,
7+
distribute, sublicense, and/or sell copies of the Software, and to
8+
permit persons to whom the Software is furnished to do so, subject to
9+
the following conditions:
10+
11+
The above copyright notice and this permission notice shall be
12+
included in all copies or substantial portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Diff for: public/js/howler.js/README.md

+485
Large diffs are not rendered by default.

Diff for: public/js/howler.js/bower.json

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"name": "howler.js",
3+
"description": "Javascript audio library for the modern web.",
4+
"homepage": "https://howlerjs.com",
5+
"keywords": [
6+
"howler",
7+
"howler.js",
8+
"audio",
9+
"sound",
10+
"web audio",
11+
"webaudio",
12+
"html5",
13+
"html5 audio",
14+
"audio sprite",
15+
"audiosprite"
16+
],
17+
"authors": [
18+
"James Simpson <james@goldfirestudios.com> (http://goldfirestudios.com)"
19+
],
20+
"repository": {
21+
"type": "git",
22+
"url": "git://github.com/goldfire/howler.js.git"
23+
},
24+
"main": "dist/howler.js",
25+
"license": "MIT",
26+
"moduleType": [
27+
"amd",
28+
"globals",
29+
"node"
30+
],
31+
"ignore": [
32+
"tests",
33+
"examples"
34+
]
35+
}

Diff for: public/js/howler.js/dist/howler.core.min.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)