8000 GitHub - demlution/placeholder: A simple image placeholder service.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

demlution/placeholder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

placeholder

A simple image placeholder service like placehold.it.

Usage

Basic

go run placeholder.go

It will run placeholder on port 8080, then you can use it like this:

http://localhost:8080/350x150

Size

width x height

Height is optional, if no height is specified the image will be a square.

Color

http://localhost:8080/250/ffffff/000000

Text

http://localhost:8080/350x150?text=Golang+Placeholder

TODO

  • Text break line support

About

A simple image placeholder service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0