acmpesuecc / sizer-imageResizing

A Go microservice to resize an image (with a React frontend)
MIT License
0 stars 13 forks source link

resizing with custom presets added #7

Open Roshr2211 opened 11 hours ago

Roshr2211 commented 11 hours ago

Pull Request Overview: Resizer Component Enhancements resolving issue no : #5

rectified previous Filehandling error

image

Summary

image

Key Changes

  1. Fixed Presets:
    • Added buttons for Small (320x240), Medium (640x480), Large (1024x768).
  2. Custom Presets:
    • Users can add custom presets that are saved in cookies.
  3. Cookie Management:
    • Utilized js-cookie for loading/saving presets.
  4. Styling:
    • Improved CSS for better UI/UX.

Conclusion

This PR enhances user experience by providing flexible resizing options and a personalized touch through custom presets.

bunsamosa-bot[bot] commented 11 hours ago

Thank you from Opening this Pull Request, @Roshr2211 ! A Maintainer will review it soon!