Replies: 1 comment
-
Love it! Glad it helped remove some friction from your day ❤️
let dots = "."
let id = setInterval(() => {
setHint(dots)
dots += "."
if (dots.length > 5) dots = "."
}, 100)
await wait(5000)
clearInterval(id)
await arg("Stop") |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Loving Kit! ❤️ Awesome work @johnlindquist 🔥
The simplicity of Airdrop between Apple devices is great until your image turns up in a file format that most file uploads still don't support. Used to spend a few mins opening up preview and re-exporting. So wrote this little script to do the heavy lifting.
Few bits to add:
Beta Was this translation helpful? Give feedback.
All reactions