vue-storefront-api
vue-storefront-api copied to clipboard
Add support for SVG files
The VSF API doesn't process SVG files. It simply returns an empty response. Since SVG files are vector I skipped the resize and cropping and return the SVG files as they are originally, using the toString method because they need to be returned as text.
That's cool and it makes all the sense, please just fix the conflicts and we can merge it
@ThermScissorpunch Can you update branch, please?
Any idea how to fix this? When I merge in develop from the Divante branch I get the following message:
fatal: refusing to merge unrelated histories
Normally I would remove local branch, create new one from develop, cherry-pick changes from remote and force push new branch. But here we have master branch. If you can please close this pre and create new one from develop branch
Hello @ThermScissorpunch . It is really awesome PR but could you please resolve conflicts?