zaofu
v0.0.1
Published
Tiny Unicode-aware text normalization and slug utilities
Downloads
9
Readme
zaofu(造父)
Tiny, dependency-free, Unicode-aware text utilities for Node.js.
import { normalize, slugify } from "zaofu";
normalize(" hello\nworld "); // "hello world"
slugify("Hello, 造父 2026!"); // "hello-造父-2026"Requires Node.js 18 or newer.
