image

package
v0.0.0-...-83914cd Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImageBase64

type ImageBase64 struct {
	// contains filtered or unexported fields
}

func (ImageBase64) ToPNGImageResponse

func (i ImageBase64) ToPNGImageResponse() ImageResponse

type ImageGenerateHandler

type ImageGenerateHandler interface {
	Generate(c echo.Context) error
}

type ImageResponse

type ImageResponse struct {
	ImageData string `json:"imageData"`
}

func PrintsJsons

func PrintsJsons(styleBytes, cardBytes []byte) ([]ImageResponse, error)

PrintsJsons make base64 png for response in json format by style and card csv

Jump to

Keyboard shortcuts

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