Skip to content

0.0.5 File Exporting & CORS

Compare
Choose a tag to compare
@FrankFlitton FrankFlitton released this 19 Nov 16:17
· 9 commits to master since this release

A major rewrite updating some dependencies and fixing some reported issues.

New as of v0.0.5

  • Copy a single image or PDF to the clipboard (via navigator API)
  • Plays nice with CORS out of the box
  • CSS filter support on <img> elements
  • Return a base64 image, blob, or canvas element
  • Open the PDF or image file in a new window
  • Pass in a callback or use promises to use the image data in your app
  • Returns promises for easy async workflows