Issue Description
Currently, users can create and customize their DevCard, but there is no option to export or download it as an image. This limits usability because users often want to share their DevCard on platforms like LinkedIn, GitHub, or include it in resumes and portfolios.
Proposed Solution
Add a feature that allows users to export the DevCard preview as a downloadable PNG image. The feature should capture only the DevCard section, convert it into an image format, and allow users to download it with a single click while preserving layout, styling, and resolution. This can be implemented using libraries like html2canvas or similar DOM-to-image tools, targeting the DevCard container and triggering a download action through a button such as “Export as Image”.
Expected Benefits
Enables users to download their DevCard as an image for sharing
Useful for LinkedIn, resumes, GitHub profiles, and portfolios
Improves overall usability of the application
Makes the project more professional and industry-relevant
Adds a highly requested feature seen in modern portfolio tools
Enhances user engagement and product value
Issue Description
Currently, users can create and customize their DevCard, but there is no option to export or download it as an image. This limits usability because users often want to share their DevCard on platforms like LinkedIn, GitHub, or include it in resumes and portfolios.
Proposed Solution
Add a feature that allows users to export the DevCard preview as a downloadable PNG image. The feature should capture only the DevCard section, convert it into an image format, and allow users to download it with a single click while preserving layout, styling, and resolution. This can be implemented using libraries like html2canvas or similar DOM-to-image tools, targeting the DevCard container and triggering a download action through a button such as “Export as Image”.
Expected Benefits
Enables users to download their DevCard as an image for sharing
Useful for LinkedIn, resumes, GitHub profiles, and portfolios
Improves overall usability of the application
Makes the project more professional and industry-relevant
Adds a highly requested feature seen in modern portfolio tools
Enhances user engagement and product value