Closed mathewalexKerala closed 5 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
web-dev-tools | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 31, 2024 3:48am |
Is there a way to remove this popup?
Is there a way to remove this popup?
this is based on the chrome setting,I guess.
Is there a way to remove this popup?
I have checked throughout the internet . It is a browser feature . Nothing we can do in our code . When I download I don't have this issue .
Is there a way to remove this popup?
I have checked throughout the internet . It is a browser feature . Nothing we can do in our code . When I download I don't have this issue .
No problem.
Thank you for contributing. If you had a good time contributing please star us and share this repository
Description This pull request introduces a new feature that converts image files to SVG format. The conversion maintains the color scheme and file name of the uploaded images. This feature ensures that SVG images have the same color as the original image and preserves the original file name.
Motivation and Context The conversion from image formats (such as PNG or JPG) to SVG format can be beneficial for scalability and maintaining image quality. SVG images are resolution-independent and can be scaled to any size without loss of quality. This change aims to enhance the flexibility and usability of image assets in the project.
Dependencies No additional dependencies are required for this change.
Related Issue Fixes # (issue number, if applicable)
Type of change New feature-Image to SVG (non-breaking change which adds functionality)
Checklist: My code follows the style guidelines of this project I have performed a self-review of my own code I have commented my code, particularly in hard-to-understand areas My changes generate no new warnings I have added tests that prove my fix is effective or that my feature works New and existing unit tests pass locally with my changes Any dependent changes have been merged and published in downstream modules
Screenshot: