Getting started

Enviroment Setup

1) Using CDN:

The easiest way of adding KotasJS to your projects, is via CD

Just add this tag into your HTML, just before your actual script tag, and everything is done!

<script src="https://cdn.jsdelivr.net/gh/borecjeborec1/kotasjs/cdn/kotasjs.min.js"></script> 
https://cdn.jsdelivr.net/gh/borecjeborec1/kotasjs/cdn/kotasjs.min.js
2) Download with NPM:

If you are using some npm based frameworks like React, Vue, Svelte, etc. then you can install the package with this command:

npm install kotasjs
3) Source code Download:

This is the hardest variant for maintain, cause you have a script more. But if you want, just grap the code from Github, and download the KotasJS.js file.

JavaScript Setup

After linking your JS file to your HTML file, you should initialize the KotasJS class.

const kotas = new KotasJS()

Now you have fully functional kotas instance, which you can use.