package
0.0.0-20200822113511-590b00d2560f
Repository: https://github.com/oliverpool/canvas-renderer.git
Documentation: pkg.go.dev

# Functions

NewJPEGImage parses a reader to later give access to the JPEG raw bytes.
NewPNGImage parses a reader to later give access to the PNG raw bytes.
RenderPreview is adapted from https://github.com/tdewolff/canvas/blob/master/examples/preview/main.go Copyright (c) 2015 Taco de Wolff MIT License.

# Interfaces

JPEGImage gives access to the raw bytes.
PNGImage gives access to the raw bytes.