Skip to content

AdityaGoyal1999/JS-Animation-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-library-goyaladi

Links

Heroku/Online Page
Docs
All Examples

About

Backgroundy is a front end DOM manipulation library powered by JavaScript. Leaveraging the tools provided, developers can add backgrounds and utilities which the end-user can interact with.
The developer who will use this library has been kept in mind while designing. Also, the end-user's ease of use and the applications where the library can be used in a central component to the project.

Getting Started

Initializing the library

  1. Download the library from github.
  2. Make sure that library.js is present in your project and connected with the page you want the library's functions.
  3. Create a javascript file which is also connected to the webpage where you want the library to perform its functions.
  4. In the javascript file, add the following code:
  5. addEventListener("DOMContentLoaded", ()=>{
    const bg = new BackgroundGenerator(); };
  6. Check out all the amazing features your can implement at the Examples page

Credits

The code belongs to Aditya Goyal and all rights are owned by him unless specified.
For contact, email him @ aditya.goyal@mail.utoronto.ca LinkedIn

About

Front end DOM manipulation library for developers to enhance their websites easily.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published