Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayecue/gh-website-image-generator
https://github.com/ayecue/gh-website-image-generator
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ayecue/gh-website-image-generator
- Owner: ayecue
- License: mit
- Created: 2024-04-22T23:21:11.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-28T15:35:12.000Z (9 months ago)
- Last Synced: 2024-04-28T20:53:14.329Z (9 months ago)
- Language: TypeScript
- Size: 599 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 imageOptions:
-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
```