Stylised (pixellated) picture of Zander

Code Notes

šŸ”¤Text selection

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