@meganetaaan/mouse-follower
Version:
TypeScript library for creating animated sprites that smoothly follow mouse cursor or other targets using physics-based movement
3 lines • 429 B
TypeScript
export { type PhysicsState, updatePhysics, } from "./follower/physics.js";
export { type AnimationConfig, type AnimationsConfig, type Follower, type FollowerOptions, type FollowerStartEvent, type FollowerStopEvent, type FollowTarget, follower, mouseTarget, offsetTarget, type PhysicsOptions, type Position, SPRITE_PRESET_STACK_CHAN, type SpriteOptions, stackChanPreset, } from "./follower.js";
//# sourceMappingURL=index.d.ts.map