Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ayecue/gh-website-image-generator


https://github.com/ayecue/gh-website-image-generator

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# gh-website-image-generator

# Install

```bash
npm install -g gh-website-image-generator
```

# Usage

## Image transformer

```
Usage: gh-website-image-generator [options] [width] [height]

Generates Grey Hack website with image.

Arguments:
filepath image to transform
width output width of image
height output height of image

Options:
-V, --version output the version number
-o, --output-directory output directory
-s, --scale scale of output
-wa, --without-alpha ignore alpha channel
-cm, --compression-mode set compression mode (0 - none, 1 - medium, 2 - heavy)
-h, --help display help for command
```