UNPKG

vevet

Version:

Vevet is a JavaScript library for creative development that simplifies crafting rich interactions like split text animations, carousels, marquees, preloading, and more.

4 lines 142 B
export function getTextDirection(element) { return window.getComputedStyle(element).direction; } //# sourceMappingURL=textDirection.js.map