Getting Started - Gigabyte5671/lightshard GitHub Wiki

Usage

In the head of your new webpage, include:

<link rel="stylesheet" href="https://gigabyte5671.github.io/lightshard/css/lightshard.css">
<script type="text/javascript" src="https://gigabyte5671.github.io/lightshard/lib/lightshard.js"></script>

Lightshard comes packaged with a custom JS framework that boosts your webpage's functionality and allows you to do complex things with simple commands.

Starting the framework's engine is as simple as declaring:

var lightshard = new lightshard_engine();

At the start of your main script.

⚠️ **GitHub.com Fallback** ⚠️