UNPKG

@lostisworld/svelte-interactive-cursor

Version:

A Svelte component for creating interactive custom cursors. Enhance user experience with customizable cursor effects and animations.

5 lines (4 loc) 414 B
import InteractiveCursor from './interactive-cursor.svelte'; import { type ScaleOnActiveElement, type InteractiveCursorOptions, type InitialCursor, type ActiveDataValue, interactiveCursor as interactiveCursorFN } from './interactiveCursor.svelte'; export default InteractiveCursor; export { interactiveCursorFN, type InteractiveCursorOptions, type ScaleOnActiveElement, type InitialCursor, type ActiveDataValue };