-
Notifications
You must be signed in to change notification settings - Fork 4
PNG Options
Andreas Fast edited this page Feb 12, 2016
·
7 revisions
Integer. The full image's width in pixels.
Integer. The full image's height in pixels.
String. The image's background color. Can be name or hex code (#ffffff). Default is transparent.
png_options: {
width: 500,
height: 800,
background_color: 'white'
}