Numeral Image
The same digit stencil, cut from a photograph instead of a word.

david.jpg — drop an image anywhere above
color — #3f5f4b
options
<NumeralImage
src={david}
cols={180}
loop
threshold={0.55}
color="#3f5f4b"
/>import NumeralImage from "@/components/NumeralImage";
import photo from "./photo.jpg";
// src takes a URL, a static import, or a live <img>/<canvas>.
<NumeralImage src={photo} cols={96} />
hundred