onedionys-image-gallery-component

5.0.0 • Public • Published

Welcome to One Dionys - Image Gallery Component! 👋

Component to display an image gallery with navigation and zoom features. 💖

💾 Requirements

  • Web Browser - Can be used as an emulator to build applications. Example [Chrome, Firefox, Safari & Opera].
  • Internet - Because many use CDN and to make it easier to find solutions to all problems.

🎯 How To Use

Example Syntax

const ImageGallery = require('image-gallery-component');

// Create an instance of ImageGallery with an array of image URLs
const images = ['image1.jpg', 'image2.jpg', 'image3.jpg'];
const gallery = new ImageGallery(images);

// Render the image gallery
gallery.renderGallery();

Explanation

  • The ImageGallery class allows you to easily create and manage an image gallery in your web application. You can initialize the gallery with an array of image URLs and then use the renderGallery() method to display the gallery on your webpage.

Return Value

  • The renderGallery() method does not return any value. It simply renders the image gallery on the webpage.

📆 Release Date

  • v1.0.0 : 08 March 2024
  • v1.0.1 : 11 March 2024
  • v4.0.0 : 11 March 2024
  • v4.0.1 : 12 March 2024
  • v4.0.2 : 18 March 2024
  • v5.0.0 : 31 March 2024

🧑 Author

📝 License

  • Copyright © 2024 One Dionys
  • One Dionys - Image Gallery Component is an open source project licensed under the MIT license

☕️ Suppport & Donation

Love One Dionys - Image Gallery Component? Support this project by donating or sharing with others in need.

Made with ❤️ One Dionys

Package Sidebar

Install

npm i onedionys-image-gallery-component

Weekly Downloads

8

Version

5.0.0

License

ISC

Unpacked Size

12.6 kB

Total Files

6

Last publish

Collaborators

  • onedionys
  • onedionysv