brecert / lessview

An image viewer for minimalists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

icon_64x64 LessView

GitHub CI GitHub license GitHub package.json dynamic

An image viewer for minimalists.

2020-04-13 15 07 43

Features

  • Pan & WheelZoom
  • Fast
  • Secure
  • Memory-Friendly
  • Auto Update (macOS)

Security

API Boolean
nodeIntegration false
enableRemoteModule false
contextIsolation true
safeDialogs true
sandbox true

Supported Image Formats

  • bmp (com.microsoft.bmp)
  • ico (com.microsoft.ico)
  • gif (com.compuserve.gif)
  • jpg (public.jpeg)
  • png (public.png)
  • svg (public.svg-image)
  • webp (image/webp)

Build and Install

$ git clone git@github.com:sprout2000/lessview.git
$ cd lessview
$ npm install && npm run package

Note that you will need to have Node.js and Git installed.

And you might also need to have some build tools (ex. Microsoft Build Tools, Xcode) installed.

Download

You can download binary packages for macOS (signed & notarized) at releases.

Usage

Keyboard Shortcuts

Key Function Platform
J Next Image Both
K Previous Image Both
+ Zoom In Both
- Zoom Out Both
0 Reset Zoom Both
pan Both
Command+Control+F Toggle Fullscreen macOS
F11 Toggle Fullscreen Windows
Alt Show/Hide Menu Bar Windows

Mouse Operations

Mouse Function
drag pan
double click reset zoom
wheel zoom in/out

License

MIT

About

An image viewer for minimalists

License:MIT License


Languages

Language:TypeScript 70.2%Language:JavaScript 28.7%Language:HTML 1.2%