Categorygithub.com/ctrlaltdev/imgen
modulepackage
1.2.0
Repository: https://github.com/ctrlaltdev/imgen.git
Documentation: pkg.go.dev

# README

IMGEN

Image Generator

Run on Docker

docker run -d --name imgen -p 3000:3000 ctrlaltdev/imgen

You can also customize what port is used in the container:

docker run -d --name imgen -e "PORT=5000" -p 3000:5000 ctrlaltdev/imgen

Usage

There are 3 parameters available:

  • Format (svg, png, jpg), default: svg
  • Width, default: 1920
  • Height, default: 1080

You can specify only the format, or only the dimensions, both or none:

  • /
  • /png/
  • /300/150/
  • /jpg/200/600/

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author