splitting

Micro-library to split a DOM element's words & chars into elements populated with CSS vars.

split-text

Split a text into an array of chunks. Their length is determined by the `limit` argument. It will no cut off words unless there is no spaces in the text. Returns an array with the chunks.