Skip to content

Instantly share code, notes, and snippets.

@aybarburak
Created November 17, 2019 20:27
Show Gist options
  • Save aybarburak/bd8f084d1fe5a0b9ac5b70106917da8e to your computer and use it in GitHub Desktop.
Save aybarburak/bd8f084d1fe5a0b9ac5b70106917da8e to your computer and use it in GitHub Desktop.
function printText(text) {
return new Uint8Array(text.split('').map(char => char.charCodeAt(0)))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment