Skip to content

arnellebalane/open-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

open-image

Open/view an image.

Installation

You can install it locally to use the API:

npm install open-image

or globally to use the CLI:

npm install -g open-image

Usage

const openImage = require('open-image');

openImage('/path/or/url/to/image.png');

API

  • openImage(imagePath)
    • Opens the image at the given imagePath

CLI

$ open-image --help

  Open/view an image

  Usage:
    $ open-image <image-path>

  <image-path> can be a filesystem path or url to the image

  Examples:
    $ open-image sample-image.jpg
    $ open-image http://site.com/image.jpg

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published