Skip to content

The JavaScript library that simplifies long, repetitive code.

License

Notifications You must be signed in to change notification settings

proudparrot2/quick.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

quick.js

A tiny (3kb), lightweight, fast JavaScript library that simplifies long, repetitive code, and makes it easier to write.

Installation

For HTML, include this script tag in your <head> tag:

<script src="https://cdn.jsdelivr.net/gh/proudparrot2/quick.js/quick.js"></script>

Example:

<head>
  <script src="https://cdn.jsdelivr.net/gh/proudparrot2/quick.js/quick.js"></script>
</head>

<body>
  <script>
    // code goes here
  </script>
</body

For the full docs, click here

About

The JavaScript library that simplifies long, repetitive code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published