UNPKG

wrapping-letters

Version:

Wrapping Letters JS engine, this code is the core of Wrapping Letters in JS

5 lines 85 B
interface WrappingLetters { text: string; classes: string; wrapping: unknown; }