1.1.0 • Published 1 year ago

lightbox-lib v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Install

  1. Via NPM:

Install NPM package - https://www.npmjs.com/package/lightbox-lib:

npm install lightbox-lib
  1. The other way, you also can inject lightbox-lib.js file into your HTML code:
<script src="/path/to/dist/lightbox-lib.js"></script>

Usages

svelte example

<script lang="ts">
  import { onMount } from "svelte";
  import lighbox from "lightbox-lib";

  onMount(() => {
    lighbox();
  });
</script>

Development

$ yarn install
$ yarn dev

Build

$ yarn build

or:

$ npm run build

The dist folder is automatically created and include file lightbox.min.js

Licence

MIT

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago