lizardt

0.0.4 • Public • Published

Lizardt

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

NPM NPM npm

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    1
    • latest

Version History

Package Sidebar

Install

npm i lizardt

Weekly Downloads

1

Version

0.0.4

License

MIT

Unpacked Size

44.1 kB

Total Files

3

Last publish

Collaborators

  • alexandr-yakovlev
  • alexey-yakovlev