trvswgnr / bs5-lightbox

A pure JS lightbox gallery plugin for Bootstrap 5 based on the Modal and Carousel components
https://trvswgnr.github.io/bs5-lightbox/
MIT License
133 stars 28 forks source link

Package size info #63

Open hashimaziz1 opened 1 year ago

hashimaziz1 commented 1 year ago

Since I only need very basic lightbox functionality I'm looking for as lightweight a solution as possible, and I didn't notice anything on the documentation stating the package's additional size without the Bootstrap components. How big are the additional dependencies in KB?

trvswgnr commented 1 year ago

it's listed in readme and on bundlephobia.

F01E2382-F0EF-4543-AFDE-0C43638A947E

that said, this library does require bootstrap to work

hashimaziz1 commented 1 year ago

it's listed in readme and on bundlephobia.

F01E2382-F0EF-4543-AFDE-0C43638A947E

that said, this library does require bootstrap to work

perfect, thank you. My reasoning was that since I'm already using and loading in Bootstrap the only additional overhead would be the package itself.