Skip to content

Instantly share code, notes, and snippets.

@itkrt2y
Last active September 26, 2021 06:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itkrt2y/7275265cf2ef4a18f4fbadf50cccce33 to your computer and use it in GitHub Desktop.
Save itkrt2y/7275265cf2ef4a18f4fbadf50cccce33 to your computer and use it in GitHub Desktop.
Get width of text in browser
document.createElement("canvas")
.getContext("2d")
.measureText("Hello こんにちは 😀")
.width;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment