0.3.6 • Published 3 years ago

bokkusu-js v0.3.6

Weekly downloads
26
License
ISC
Repository
github
Last release
3 years ago

bokkusu-js

Bokkusu is a simple lightbox module using Vanilla JS.

Installation

You can instal Bokkusu with npm

npm install bokkusu-js --save

Usage

For now I have only tested it with webpack and in latest Chrome.

import bokkusu from 'bokkusu-js';
import 'bokkusu-js/dist/bokkusu.css';

bokkusu('http://example.com/image.png');

Roadmap for 1.0 release

  • Add support for other content
    • iframe
    • DOM Elements
    • HTML
  • Browser support
    • Pick versions to support
    • Make sure supported versions work
  • make it work in script tag
  • simple gallery function for switching between images
  • add documentation
  •  add some kind of error handling (missing/wrong options)
0.3.6

3 years ago

0.3.5

3 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago