alcpereira / cv-generator

Generate a PDF with React
MIT License
32 stars 13 forks source link

Refactor ProfileImage Component and Add Shape Optionality #19

Closed Amaimaya closed 8 months ago

Amaimaya commented 8 months ago

This PR encapsulates the profile image within its own component. Additionally, it adds an option to render the image in a square shape. By default, the image will be displayed in a square format when using the component. However, I enabled the circular option in the profile component to not change the previous view. The user can simply delete the option circular=true in order to have the squared image.