UNPKG

handwritten-highlights

Version:

Beautiful & animated text highliter for your Next/React project. Enhance your text with colorful visuals and animations that resembles real writing.

4 lines (3 loc) 140 B
export default function useHighlightUnderlineVariant(variant: "1" | "2" | "3" | "random"): { variantPath: (line: DOMRect) => string; };