Closed izhuravlev closed 4 years ago
This PR fixes issue #24.
As soon as our rows are generated by iterating through the array of imageList, to make 2 times more rows for RightTreangle we have to generate 2 times more images. That's why I did little changes to the generateImages file.
generateImages
Prettier changed the styling in some places - that caused so many corrections.
This PR fixes issue #24.
As soon as our rows are generated by iterating through the array of imageList, to make 2 times more rows for RightTreangle we have to generate 2 times more images. That's why I did little changes to the
generateImages
file.