Documentation ¶
Index ¶
- Constants
- func AddSheet(ctx context.Context, pdf *fpdf.Fpdf, opts *AddSheetOptions) error
- func DeriveObjectImage(ctx context.Context, opts *DeriveObjectImageOptions, image_id int64) (string, error)
- func GenerateColoringBookLambda(ctx context.Context, function_uri string, object_id int64) error
- func Orientation(im image.Image) string
- type AddSheetOptions
- type ColoringBookRequest
- type DeriveObjectImageOptions
Constants ¶
View Source
const GENERATE_COLORING_BOOK_LAMBDA_URI string = "aws://GenerateColouringBook?region=us-west-2&credentials=session"
Variables ¶
This section is empty.
Functions ¶
func DeriveObjectImage ¶
func Orientation ¶
Types ¶
type AddSheetOptions ¶
type ColoringBookRequest ¶
type DeriveObjectImageOptions ¶
type DeriveObjectImageOptions struct { Reader reader.Reader Outline *outline.OutlineOptions }
Click to show internal directories.
Click to hide internal directories.