Presenter helps you to automate your website without writing extra code to your code base. Easy to integrate and has various methods provided to take control of the page. It helps you to present your website on video calls in groups. (Eg. Zoom meeting); How to use :- Step -1 Clone the repo in your project folder. Step -2 import Presenter ---> import Presenter from "../Presenter/presenter.js" Step -3 Create Instance of Presenter ----> let presenter = new Presenter(pass in string); Step -4 Initialize Presenter ----> presenter.initialize() Step -5 Ready to use :) Features:- //Initialize Presenter library; **** .initialize(); // scroll your page on specific time **** .scrollPage(,,,); // click on element on specific time **** .clickit(,); // Change the page on specific time **** .changePage(,) // Show the alert box with custom msg on specific time **** .alertUser(,); //Change only name on specific time **** .name(,); //Change only color on specific time **** .color(,); //Fill the value in Input box **** .fill(,,)