1.0.0 • Published 6 years ago

czysty.js v1.0.0

Weekly downloads
2
License
Beerware
Repository
github
Last release
6 years ago

czysty.js Build Status

Y U no czysty.js?

The fastest and smallest 🚀 framework ever. For the web.

Installation

$ npm i czysty.js --save

Usage

Import as always

import Czysty from 'czysty.js';

and start using it as you wish

const helloWorld = document.createElement('div');
helloWorld.innerHTML = 'Hello World';
document.body.appendChild(helloWorld);

(Hint: you don't even need to import it)

Why is it the smallest framework?

It's only 0b (0b gzipped). Big thanks to Rollup! ♥️

License

Beerware