https://github.com/ycd/logoraphy
Logoraphy, A typographic logo generator.
https://github.com/ycd/logoraphy
go logo typography
Last synced: 2 months ago
JSON representation
Logoraphy, A typographic logo generator.
- Host: GitHub
- URL: https://github.com/ycd/logoraphy
- Owner: ycd
- Created: 2020-11-08T00:58:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T12:02:24.000Z (over 5 years ago)
- Last Synced: 2026-01-16T05:23:15.064Z (7 months ago)
- Topics: go, logo, typography
- Language: Go
- Homepage:
- Size: 64.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## 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
```go
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
:-------------------------:|:-------------------------:
 | 