🔤 Text selection

const selection = window.getSelection()
const selectedText = selection.toString()

← Back home