v1.2.0 (June 16, 2023)
Dominar v1.2.0
Dominar is a powerful library designed to make it easy for developers to manipulate the Document Object Model (DOM) and create dynamic HTML content. Dominar empowers you to take control of your web development projects like a pro. Unleash the power to dominate the DOM with Dominar.
Installation
To install Dominar using npm, run the following command:
npm i @patelka2211/dominar
Alternatively, you can include Dominar's IIFE file in your website using a <script>
tag:
<script src="https://cdn.jsdelivr.net/gh/patelka2211/[email protected]/Dominar.js"></script>