lukePeavey / SplitType

Javascript utility that splits text into lines, words, characters for animation
https://lukepeavey.github.io/SplitType/
545 stars 39 forks source link

fix: issue 45 #46

Closed lukePeavey closed 2 years ago

lukePeavey commented 2 years ago

Fixes error when importing SplitType isomorphic applications such as NextJS. The error was caused by a reference to Element which is not defined in node.

ReferenceError: Element is not defined

For #45