We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
removeMetadata=false
I would like to keep the exif metadata information stored in my images, but when using enhanced-img, these are removed by-default.
vite-imagetools supports removeMetadata which is true by default (which I think is a good default).
removeMetadata
true
accept a list of options in
kit/packages/enhanced-img/src/index.js
Line 9 in 42c8bf3
that might be passed into vite-imagetools:
Lines 64 to 66 in 42c8bf3
You might not want to just accept all options and just blindly pass them to vite-imagetool, but maybe a list of sensible parameters might make sense.
I couldn't find any alternative while sticking with sveltejs/enhanced-img. I'd need to switch to another package
sveltejs/enhanced-img
nice to have
Remeber to delete node_modules/.cache/imagetools, when testing the removeMetadata option.
node_modules/.cache/imagetools
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the problem
I would like to keep the exif metadata information stored in my images, but when using enhanced-img, these are removed by-default.
vite-imagetools supports
removeMetadata
which istrue
by default (which I think is a good default).Describe the proposed solution
accept a list of options in
kit/packages/enhanced-img/src/index.js
Line 9 in 42c8bf3
that might be passed into vite-imagetools:
kit/packages/enhanced-img/src/index.js
Lines 64 to 66 in 42c8bf3
You might not want to just accept all options and just blindly pass them to vite-imagetool, but maybe a list of sensible parameters might make sense.
Alternatives considered
I couldn't find any alternative while sticking with
sveltejs/enhanced-img
.I'd need to switch to another package
Importance
nice to have
Additional Information
Remeber to delete
node_modules/.cache/imagetools
, when testing theremoveMetadata
option.The text was updated successfully, but these errors were encountered: