-
Notifications
You must be signed in to change notification settings - Fork 602
feat: support webp format #343
New issue
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
Conversation
add the `webp` property to the `mimes` object re #326
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are accessibility issues in these changes.
@@ -0,0 +1,3 @@ | |||
<div> | |||
<img src="/base/test/resources/webp/image.webp" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This image is missing a text alternative. This is a problem for people using screen readers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
never mind
Codecov ReportBase: 67.05% // Head: 67.05% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #343 +/- ##
=======================================
Coverage 67.05% 67.05%
=======================================
Files 10 10
Lines 513 513
Branches 118 118
=======================================
Hits 344 344
Misses 120 120
Partials 49 49
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
🎉 This PR is included in version 1.11.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
add the `webp` property to the `mimes` object re bubkoo#326
# [1.11.0](bubkoo/html-to-image@v1.10.10...v1.11.0) (2022-12-05) ### Features * support webp format ([bubkoo#343](bubkoo#343)) ([09d4810](bubkoo@09d4810)), closes [bubkoo#326](bubkoo#326)
add the `webp` property to the `mimes` object re bubkoo#326
# [1.11.0](bubkoo/html-to-image@v1.10.10...v1.11.0) (2022-12-05) ### Features * support webp format ([bubkoo#343](bubkoo#343)) ([09d4810](bubkoo@09d4810)), closes [bubkoo#326](bubkoo#326)
add the `webp` property to the `mimes` object re bubkoo#326
# [1.11.0](bubkoo/html-to-image@v1.10.10...v1.11.0) (2022-12-05) ### Features * support webp format ([bubkoo#343](bubkoo#343)) ([09d4810](bubkoo@09d4810)), closes [bubkoo#326](bubkoo#326)
add the `webp` property to the `mimes` object re bubkoo#326
# [1.11.0](bubkoo/html-to-image@v1.10.10...v1.11.0) (2022-12-05) ### Features * support webp format ([bubkoo#343](bubkoo#343)) ([09d4810](bubkoo@09d4810)), closes [bubkoo#326](bubkoo#326)
add the `webp` property to the `mimes` object re bubkoo#326
# [1.11.0](bubkoo/html-to-image@v1.10.10...v1.11.0) (2022-12-05) ### Features * support webp format ([bubkoo#343](bubkoo#343)) ([09d4810](bubkoo@09d4810)), closes [bubkoo#326](bubkoo#326)
add the
webp
property to themimes
objectre #326
Description
Motivation and Context
Types of changes
Self Check before Merge