Bashamega / WebDevTools

Web Dev Tools is a comprehensive online platform designed to empower web developers with a wide array of code samples and snippets.
https://wdt.adambashaahmednaji.com/
MIT License
51 stars 57 forks source link

added the image to svg feature #233

Closed mathewalexKerala closed 5 months ago

mathewalexKerala commented 5 months ago

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:

Screenshot 2024-07-30 172602

vercel[bot] commented 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
Bashamega commented 5 months ago

Is there a way to remove this popup? image

mathewalexKerala commented 5 months ago

Is there a way to remove this popup? image

this is based on the chrome setting,I guess.

mathewalexKerala commented 5 months ago

Is there a way to remove this popup? image

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 .

Bashamega commented 5 months ago

Is there a way to remove this popup? image

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.

Bashamega commented 5 months ago

Thank you for contributing. If you had a good time contributing please star us and share this repository