Link Search Menu Expand Document

other features

Here are some other things you can do with ink.js

what use
download download(filename, contents)
user-highlighted text highlightedText()
copy copy('hello')
random random(0,10)
distance distance(mouse, bob)
angle angle(mouse,bob)
wait wait(1000)
repeat repeat(8, ()=>{console.log('')}