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.

12 lines (10 loc) 196 B
export interface ICursorPathVec2 { x: number; y: number; } /** * Represents the cursor's point on a path. */ export interface ICursorPathPoint extends ICursorPathVec2 { length: number; }