lizardt
v0.0.4
Published
This library is designed to work quickly and easily with the DOM and JavaScript in a js file
Readme
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-devUsage
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
