Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 550 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 550 Bytes

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