Releases: FrankFlitton/vue-2-img
Releases · FrankFlitton/vue-2-img
Bug Fixes
0.0.5 File Exporting & CORS
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