1
0
mirror of synced 2024-09-23 18:48:24 +02:00
spice-drs-pad/neopixel.html
2023-07-28 17:57:42 +10:00

19 lines
439 B
HTML

<!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>