README
This is a pretty basic implementation of a connection to an SLI-M and a little web application to manipulate the display. There's also the intent for LFS to be able to use this.. eventually.
SLI-M Interface in Node.JS
<script type="module">
import sliJs from 'https://cdn.skypack.dev/sli-js';
</script>
This is a pretty basic implementation of a connection to an SLI-M and a little web application to manipulate the display. There's also the intent for LFS to be able to use this.. eventually.