say.js

1
2
3
4
5
6
7
8
pl=display.emoji("🤩")

pl.say("Hello")

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