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
Click to show internal directories.
Click to hide internal directories.