0.1.0 • Published 2 years ago

@neonfish/slideshow v0.1.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
2 years ago

Slideshow

Create a simple slideshow from local images in a browser.

Quickstart

Install Node & NPM

Install the package: npm i -g @neonfish/slideshow

In the folder containing the slideshow images, run: slideshow

The folder will be searched for images recursively, and the order of the images will be shuffled.

Open a browser to: http://localhost:5555 to view your slideshow!

Controls

  • Right Arrow - show the next image
  • Left Arrow - show the previous image
  • Right-Click - show the menu
    • Slower/Faster - nudge the interval by +/- 1 second
    • <number>s - enter a new interval
    • Pause/Resume - NOT IMPLEMENTED
  • Left-Click - dismiss menu, OR
    • on left half of window - show previous image
    • on right half of window - show next image