0.0.4 • Published 2 years ago

lizardt v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Lizardt

This library is designed to work quickly and easily with the DOM and JavaScript in a js file

Installation

Requires Node.js to run.

cd ./project
npm install lizardt --save-dev

Usage

import "lizardt";

// window.t, window.createElement, ...
console.log(t("231"));
console.log(createElement({...}));

or

<body>
    <script src="./node_modules/lizardt/js/lizardt.js"></script>
    <script>
        console.log(t("hello, world").onlyLetters()); // false
    </script>
</body>

Methods

Here described all methods which haves this library

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago