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.

17 lines 419 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MUTABLE_PROPS = exports.STATIC_PROPS = void 0; exports.STATIC_PROPS = { __staticProp: true, container: null, buttons: [0], relative: false, minPointers: 1, maxPointers: 5, disableUserSelect: true, }; exports.MUTABLE_PROPS = { __mutableProp: true, enabled: true, }; //# sourceMappingURL=props.js.map