Skip to content

ycd/logoraphy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A typographic logo generator.


Installation

From GitHub

git clone https://github.com/ycd/logoraphy.git
cd logoraphy
go build .
./logoraphy -h

Usage

Usage with command line interface

Usage of logoraphy:
  -bg string
        Background color.
  -name string
        Company name, a string.
  -size int
        Pixel size of the output.
  -type string
        Output format, JPEG or PNG. (default "jpeg")

Serving as API endpoint

git switch fiber-serving
go run .

Usage from api

Path params:
    companyName string

Query params:
    type: string
        - Default: jpeg.
        - jpeg or png
    bg: string
        - Default: Generates random color.
        - indigo, red, primary, gray..
    size: int
   

Examples

Netflix Facebook

About

Logoraphy, A typographic logo generator.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages