Skip to content

Commit 3bbe9a7

Browse files
committed
Merge remote-tracking branch 'upstream/main' into main
2 parents 1855756 + 55af036 commit 3bbe9a7

File tree

12 files changed

+20685
-690
lines changed

12 files changed

+20685
-690
lines changed

.all-contributorsrc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2432,6 +2432,26 @@
24322432
"contributions": [
24332433
"doc"
24342434
]
2435+
},
2436+
{
2437+
"login": "highonweb",
2438+
"name": "Mohana Sundaram S",
2439+
"avatar_url": "https://avatars.githubusercontent.com/u/60923158?v=4",
2440+
"profile": "http://msundaram.me",
2441+
"contributions": [
2442+
"code"
2443+
]
2444+
},
2445+
{
2446+
"login": "two-ticks",
2447+
"name": "TwoTicks",
2448+
"avatar_url": "https://avatars.githubusercontent.com/u/68433541?v=4",
2449+
"profile": "https://github.com/two-ticks",
2450+
"contributions": [
2451+
"code",
2452+
"doc",
2453+
"example"
2454+
]
24352455
}
24362456
],
24372457
"repoType": "github",

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,10 @@ We recognize all types of contributions. This project follows the [all-contribut
473473
<td align="center"><a href="https://sosunnyproject.github.io"><img src="https://avatars.githubusercontent.com/u/17012862?v=4?s=100" width="100px;" alt=""/><br /><sub><b>So Sun Park</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=sosunnyproject" title="Documentation">📖</a></td>
474474
<td align="center"><a href="http://msub2.com"><img src="https://avatars.githubusercontent.com/u/70986246?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Daniel Adams</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=msub2" title="Code">💻</a> <a href="https://github.com/processing/p5.js/commits?author=msub2" title="Documentation">📖</a></td>
475475
<td align="center"><a href="https://shantanu-kaushik.herokuapp.com/"><img src="https://avatars.githubusercontent.com/u/54030684?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Aloneduckling</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=Aloneduckling" title="Documentation">📖</a></td>
476+
<td align="center"><a href="http://msundaram.me"><img src="https://avatars.githubusercontent.com/u/60923158?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Mohana Sundaram S</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=highonweb" title="Code">💻</a></td>
477+
</tr>
478+
<tr>
479+
<td align="center"><a href="https://github.com/two-ticks"><img src="https://avatars.githubusercontent.com/u/68433541?v=4?s=100" width="100px;" alt=""/><br /><sub><b>TwoTicks</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=two-ticks" title="Code">💻</a> <a href="https://github.com/processing/p5.js/commits?author=two-ticks" title="Documentation">📖</a> <a href="#example-two-ticks" title="Examples">💡</a></td>
476480
</tr>
477481
</table>
478482

lib/empty-example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
</style>
1414
<script src="../p5.js"></script>
15-
<script src="../addons/p5.sound.min.js"></script>
15+
<!-- <script src="../addons/p5.sound.js"></script> -->
1616
<script src="sketch.js"></script>
1717
</head>
1818

0 commit comments

Comments
 (0)