Skip to content

Commit

Permalink
testing lightshow
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Aug 15, 2024
1 parent 6480d1c commit da0b6d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/led_selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ The <span style="color: #00ff00;">Color Select</span>, <span style="color: #3366

The led selection is always the first step after entering one of these menus.

<script src="{{ '/assets/js/VortexLib.js' | relative_url }}"></script>
<script src="{{ '/assets/js/VortexLib.js' | relative_url }}" type="module"></script>
<script src="{{ '/assets/js/Lightshow.js' | relative_url }}" type="module"></script>
<script src="{{ '/assets/js/initLightshow.js' | relative_url }}" type="module"></script>


<div id="lightshow-container" style="width: 100%; height: 400px;">
<canvas id="vortex-canvas"></canvas>
</div>

0 comments on commit da0b6d0

Please sign in to comment.