adding link to WLED VidoLab
This commit is contained in:
parent
f1f067e93a
commit
1c2cacf185
@ -397,11 +397,19 @@ button, .btn {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
|
<div class="ed active">
|
||||||
|
<div>
|
||||||
|
<h3>Video Lab</h3>
|
||||||
|
<div><small>Stream video and generate animated GIFs (beta)</small></div>
|
||||||
|
<button class="btn" id="t2" style="display:none"></button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr>
|
||||||
<div class="ed active">
|
<div class="ed active">
|
||||||
<div>
|
<div>
|
||||||
<h3>PIXEL MAGIC Tool</h3>
|
<h3>PIXEL MAGIC Tool</h3>
|
||||||
<div><small>Legacy pixel art editor</small></div>
|
<div><small>Legacy pixel art editor</small></div>
|
||||||
<button class="btn" id="t2" style="display:none"></button>
|
<button class="btn" id="t3" style="display:none"></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
@ -439,7 +447,8 @@ let fL; // file list
|
|||||||
await segLoad(); // load available segments
|
await segLoad(); // load available segments
|
||||||
await flU(); // update file list
|
await flU(); // update file list
|
||||||
toolChk('pixelpaint.htm','t1'); // update buttons of additional tools
|
toolChk('pixelpaint.htm','t1'); // update buttons of additional tools
|
||||||
toolChk('pxmagic.htm','t2');
|
toolChk('videolab.htm','t2');
|
||||||
|
toolChk('pxmagic.htm','t3');
|
||||||
await fsMem(); // show file system memory info
|
await fsMem(); // show file system memory info
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user