1
0
mirror of synced 2024-11-12 01:00:48 +01:00
spice-drs-pad/neopixel.html

19 lines
439 B
HTML
Raw Permalink Normal View History

2023-07-28 09:57:42 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Neopixels</title>
<style>
body, html {
margin: 0;
overflow: hidden;
}
</style>
</head>
<body>
<script type="text/javascript" src="pixi.js"></script>
<script type="text/javascript" src="pixi-filters.js"></script>
<script type="text/javascript" src="viewport.js"></script>
<script type="text/javascript" src="neopixel.js"></script>
</body>
</html>