mtblc / image-collage

Turns an array of images into a photo collage
MIT License
62 stars 40 forks source link

Add collage margin #2

Open muZk opened 5 years ago

muZk commented 5 years ago

In react-photo-gallery there is a small space between each image in the preview from README.md.

This is called margin and it is used here and passed down here.

By adding this margin, the width and height of the resulting image will be different. The same with the position of each image in the collage. It should consider the new positions here

Anilpandiya commented 5 years ago

I can work on this issue.

muZk commented 5 years ago

Ok!

Anilpandiya commented 5 years ago

Development is done and raised PR.