examples

follow.js

1
2
3
4
5
6
elem = display.emoji("🤩")

update(() => {
  elem.pointTo(input)
  elem.move(2)
})