Airframe


Airframe is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, and console.loging easy.


🧳 Super Light

Light as 5kb minified.


Documentation coming soon...

Take brief look

Get a element with a id of 'me' and change its html to 'Oh,'
byid("me").innerHTML = "Oh, "
console.log 'Hello from airframe'
con.log("Hello from airframe")


Install

Install in your website by:

Download

download and include in your code

Download un-minified (for development)
Download minified (for production)

CDN

include through a CDN

jsdelivr

fast, reliable CDN

production version:
<script src="https://cdn.jsdelivr.net/gh/imagineeeinc/Airframe/src/airframe.min.js"></script>


development version:
<script src="https://cdn.jsdelivr.net/gh/imagineeeinc/Airframe/src/airframe.js"></script>

Imagineee CDN

custom CDN made by Imagineee

production version:
<script src="https://imagineeeinc.github.io/api/cdn/js/airframe.min.js"></script>


development version:
<script src="https://imagineeeinc.github.io/api/cdn/js/airframe.js"></script>


Links

Website
Discussions
GitHub Repo
License
Imagineee's Website