Skip to content

Releases: FrankFlitton/vue-2-img

Bug Fixes

21 Nov 02:22
Compare
Choose a tag to compare

Bug fix release to supplement 0.0.5 feature release.

0.0.5 File Exporting & CORS

19 Nov 16:17
Compare
Choose a tag to compare

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