tuuljs

Vanilla Js Generic Use Utility Tuul ₺.js

Usage no npm install needed!

<script type="module">
  import tuuljs from 'https://cdn.skypack.dev/tuuljs';
</script>

README

Tuul.JS (₺.js)


₺.js is EsNext oriented Vanilla Js Generic use Library - Tuul (tool) for me :)

Documentation

removeDom() Accepts one element to remove Outpute - void

Example

// const ₺
const tl = require('tuul.js');

tl.removeDom(document.getElementById('.footer')); // deleted.