I'm utilizing the vue-signature Library but I am unsure how to download the base64 data that is generated as an image. Here is the link to the library: https://www.npmjs.com/package/vue-signature. I have gone through the documentation and noticed that the "Save()" method saves the image as PNG/JPG... however, it only provides me with base64 data. Thank you for your assistance. I am working with Vue.js.