UNPKG

lavicon-animation

Version:

React component for animating spritesheets generated from lavicon.dev with multiple trigger modes (hover, click, auto)

6 lines (5 loc) 265 B
import LaviconAnimation from './components/LaviconAnimation'; import type { LaviconAnimationProps, TriggerMode } from './components/LaviconAnimation'; export { LaviconAnimation }; export type { LaviconAnimationProps, TriggerMode }; export default LaviconAnimation;