Travis Van Nimwegen
Travis Van Nimwegen
Just wanted to chime in my support for a way to cloud host and retrieve save files. Would love to seamlessly be able to play on different devices. The implementation...
This would be awesome 👍
Looks good to me 👍 Thank you for the addition 🙂 @rolandschuetz
> It's crazy that this isn't supported — a fundamental feature for good UX. You want the user to access parts of your app before verifying the email (as an...
I'm using React / Next.js, and I ended up having some luck with using `html-to-image` `npm i html-to-image` ``` const qrCodeRef = useRef(null) const onButtonClick = useCallback(async () => {...