UtilesJS

Downloads Version Licence

A set of utilities that will help you streamline the development of your projects

Developed by and for developers

Install

<!-- Node -->  
npm i utilesjs
                        
<!-- CDN --> 
<link href="https://cdn.jsdelivr.net/gh/aker-cl/utilesJS@main/dist/css/checkSwitch.css" rel="stylesheet"/> // checkSwitch.css
<link href="https://cdn.jsdelivr.net/gh/aker-cl/utilesJS@main/dist/css/lateralModal.css" rel="stylesheet"/> // lateralModal.css

<script src="https://cdn.jsdelivr.net/gh/aker-cl/utilesJS@main/dist/umd/utiles.js"></script> // utiles.js
<script src="https://cdn.jsdelivr.net/gh/aker-cl/utilesJS@main/dist/umd/prototypes.js"></script> // prototypes.js
<script src="https://cdn.jsdelivr.net/gh/aker-cl/utilesJS@main/dist/umd/animationsUtiles.js"></script> // animationsUtiles.js
<script src="https://cdn.jsdelivr.net/gh/aker-cl/utilesJS@main/dist/umd/eventsUtiles.js"></script> // eventsUtiles.js

utiles.js (main module)

Functions to control arrays, objects, DOM elements, etc.

prototypes.js

Same functions as utiles.js but as prototypes

eventsUtiles.js

Functions for input events

animationsUtiles.js

Functions to generate animations in the DOM elements

animationsPrototypes.js

Same functions of animationUtiles.js but with prototypes

Components