vevet
Version:
Vevet is a JavaScript library for creative development that simplifies crafting rich interactions like split text animations, carousels, marquees, preloading, and more.
13 lines • 335 B
JavaScript
import { initVevet } from './global/initVevet';
export { initVevet };
/**
* Vevet Core
*
* @group Core
*/
export const vevet = (typeof window !== 'undefined' ? initVevet() : undefined);
export * from './core/exported';
export * from './utils';
export * from './base';
export * from './components';
//# sourceMappingURL=index.js.map