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.

7 lines 257 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getTextDirection = getTextDirection; function getTextDirection(element) { return window.getComputedStyle(element).direction; } //# sourceMappingURL=textDirection.js.map