Large gap between pieces #79
-
|
Hello, Attached is a photo of two connected pieces Here is the code I am using to generate the puzzle. Image is 480px (width) by 660px (height) if that makes a difference. ` let jigsaw = new Image(); ` Lastly, is there any documentation that explains what the parameters do. For example, I had a complete misunderstanding of what proximity did until I read the thread in your discussion. It would be nice to things outlined. Thanks for the great project and any support you can provide. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi! Have you tried this sample: https://flbulgarelli.github.io/headbreaker/#perfect-match? Just use a border fill that is the half of the proximity. Hope that helps! PS: please check this answer, too: #70 |
Beta Was this translation helpful? Give feedback.

Hi! Have you tried this sample: https://flbulgarelli.github.io/headbreaker/#perfect-match?
Just use a border fill that is the half of the proximity.
Hope that helps!
PS: please check this answer, too: #70