Installation
LumeoJS can be installed via npm or included directly with a CDN.
npm
npm install lumeojs
CDN Access
You can also include LumeoJS via a CDN. Use one of the following URLs:
-
jsDelivr:
<script src="https://cdn.jsdelivr.net/npm/lumeojs"></script>
-
unpkg:
<script src="https://unpkg.com/lumeojs"></script>