Skip to content

Tags: shahidaali/dom-to-image

Tags

1.1.0

add bgcolor option

1.0.5

add a workaround for problematic style sheets causing rendering to fa…

…il in FF

1.0.4

preserve user input in <textarea>

1.0.3

preserve line breaks in textarea

1.0.2

handle undocumented CSSStyleSheet.cssRules property behavior

1.0.1

- refactor and rearrange code;

- update readme;

1.0.0

Clean up API:

- make toSvg produce SVG data URL instead of Image element
- rename other methods
- update mimetype guesser with some actual IANA mimetypes
- create readme

0.4.2

handle font eot extension

0.4.1

- better error handling for resource XHRs

0.4.0

- implement image rendering;

- implement web font support;
- rewrite the whole thing using promises;
- API is now promise-based instead of callback-based;