Add Favicon & Web App Manifest Generator to Dev Utilities#390
Merged
Conversation
- Client-side icon resizing via Canvas (16x16, 32x32, 192x192, 512x512, apple-touch-icon) - Live site.webmanifest preview and copyable HTML head snippet - ZIP export via JSZip, fully offline - Registers route, sidebar entry, and DevUtilities card
|
@sudeepmukul is attempting to deploy a commit to the shamilahmdt's projects Team on Vercel. A member of the Team first needs to authorize it. |
👋 Hello, @sudeepmukul!Thank you for your contribution to DevTasks. The maintainer has been notified and will review your pull request shortly. If any changes are needed, we will let you know in the comments below. |
Contributor
|
I had this assigned, no worries though — happy to pick up another one. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Favicon & Web App Manifest Generator to Dev Utilities
Closes #<388>
What this does
Adds a new client-side utility to the Dev Utilities Sandbox that lets users drag and drop a single master square image (PNG/JPG/SVG) and instantly generate:
site.webmanifestfile<head>metadata snippet (<link>and<meta>tags)Changes
/devutilities/favicon-generatorinsrc/App.jsxsrc/config/sidebarSections.jssrc/pages/DevUtilities/DevUtilities.jsx(searchable + shown on overview page)src/pages/DevUtilities/devutilities/FaviconGenerator.jsxjszipas a dependency for client-side ZIP bundlingScreenshots
Checklist