webshot

package module
v0.0.0-...-5f5ba27 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 5, 2018 License: BSD-2-Clause Imports: 1 Imported by: 0

README

webshot: screenshots from web pages

docker run --publish 9191:9191 --detach h12w/webshotd

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Conv

type Conv interface {
	HTMLToImage(srcHTML []byte, img *image.RGBA) error
}

type Job

type Job struct {
	SrcHTML    []byte
	ResultChan chan Result
}

type Result

type Result struct {
	Img *image.RGBA
	Err error
}

Directories

Path Synopsis
cmd
rpc

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL