Phazor.JS is an open-source framework that provides functions similiar to jquery.
It is not based on jquery, all code is writtten by me.
You can find the documentation here.
No. Phazor.JS is a free-to-use framework with no payment ever needed to access any feature.
You can download it, and then implement it in your website by adding this code to your head element:
<script id="phazorJS" src="Path/To/The/Downloaded/File.js"></script>Or use this, to load it without any downloads:
<script id="phazorJS" src="https://PhazorJS-HOST.martiaforoud.repl.co/phazor.obf.js"></script>There is 3 versions of Phazor.JS:
Phazor.JS: The normal, ordinary, readable javascript. Implementation:
<script id="phazorJS" src="https://PhazorJS-HOST.martiaforoud.repl.co/phazor.js"></script>Phazor.min.JS: Minified version of Phazor.JS, which loads a bit faster. Implementation:
<script id="phazorJS" src="https://PhazorJS-HOST.martiaforoud.repl.co/phazor.min.js"></script>