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.

24 lines 641 B
export const GET_STATIC_PROPS = (prefix) => ({ __staticProp: true, container: null, ariaLabel: true, letters: false, lines: false, linesWrapper: false, letterTag: 'span', wordTag: 'span', lineTag: 'span', letterClass: `${prefix}__letter`, wordClass: `${prefix}__word`, lineClass: `${prefix}__line`, lineWrapperClass: `${prefix}__line-wrapper`, resizeDebounce: 0, ignore: null, prepareText: (text) => text, wordDelimiter: String.fromCharCode(32), wordDelimiterOutput: null, }); export const MUTABLE_PROPS = { __mutableProp: true, }; //# sourceMappingURL=props.js.map