
7 min read
How a Browser Word Counter Counts Words
A browser word counter has to handle Unicode, emojis, URLs, punctuation, sentences, paragraphs, and reading time without changing your text.
Topic · 2 articles
Inside the making of Vayce tools. Read how Vayce tools are built using browser APIs, workers, and local-first design.
All articles — 2

7 min read
A browser word counter has to handle Unicode, emojis, URLs, punctuation, sentences, paragraphs, and reading time without changing your text.

6 min read
Browser image compression decodes a file, draws it to canvas, resizes it, and re-encodes it as JPEG, WebP, or PNG without a server round trip.