slint/docs/tutorial/node
Simon Hausmann 55085d43af
Fix Node.js version of memory game not working properly (#3789)
The rules require comparing if tiles are equal, which used to be a string comparison as we just
converted the image to a path. With ImageData this doesn't
work anymore, so this patch proposes an optional path
property that makes the code also a tad bit more readable.
2023-10-31 08:50:32 +01:00
..
src Fix Node.js version of memory game not working properly (#3789) 2023-10-31 08:50:32 +01:00
book.toml Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00