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.

19 lines 468 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MUTABLE_PROPS = exports.STATIC_PROPS = void 0; exports.STATIC_PROPS = { __staticProp: true, container: null, append: true, resizeOnInit: true, resizeOnRuntime: false, viewportTarget: 'any', resizeDebounce: 0, }; exports.MUTABLE_PROPS = { __mutableProp: true, width: 'auto', height: 'auto', dpr: 'auto', }; //# sourceMappingURL=props.js.map