Whether to allow cross-origin images to taint the canvas
Canvas background color, if none is specified in DOM. Set undefined for transparent
Define the heigt of the canvas in pixels. If null, renders with full height of the window.
Whether to render each letter seperately. Necessary if letter-spacing is used.
Whether to log events in the console.
Url to the proxy which is to be used for loading cross-origin images. If left empty, cross-origin images won't be loaded.
Whether to test each image if it taints the canvas before drawing them
Timeout for loading images, in milliseconds. Setting it to 0 will result in no timeout.
Whether to attempt to load cross-origin images as CORS served, before reverting back to proxy.
Define the width of the canvas in pixels. If null, renders with full width of the window.