1.1.27 • Published 11 months ago

@kusainovv/react-clippy v1.1.27

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

🧞 react-clippy

A modern React TypeScript rewrite of Clippy.js – bring nostalgia to your UI with animated agents like Clippy, running with zero dependencies and React 18+ support.

✨ Built with performance in mind. Lightweight, fast, and plug-n-play.


📦 Installation

npm install @kusainovv/react-clippy

⚙️ Usage

import { useEffect } from 'react'
import { Load } from '@kusainovv/react-clippy'

function App() {
  useEffect(() => {
    new Load('Clippy', (agent) => {
      agent.show()
      agent.speak("Hey there! I'm Clippy in React.")
    })
  }, [])

  return <></> // or your existing UI
}

🙏 Credits

This project includes media assets (agent animations, sounds, and sprites) originally created by the amazing ClippyJS project by @pi0.
All visual and sound assets used in @kusainovv/react-clippy were sourced from clippyjs, which brought the iconic Clippy agent to life on the web.

Huge thanks to @pi0 for preserving this nostalgic gem and making it publicly available.

If you use this package, please consider starring the original repo as well 💖

1.1.27

11 months ago

1.1.26

11 months ago

1.1.25

11 months ago

1.1.24

11 months ago

1.1.23

11 months ago

1.1.22

11 months ago

1.1.21

11 months ago

1.1.2

11 months ago

1.1.0

11 months ago

1.0.99

11 months ago

1.0.98

11 months ago

1.0.97

11 months ago

1.0.96

11 months ago

1.0.95

11 months ago

1.0.94

11 months ago

1.0.93

11 months ago

1.0.92

11 months ago

1.0.91

11 months ago

1.1.0-beta.5

12 months ago

1.1.0-beta.4

12 months ago

1.1.0-beta.2

12 months ago

1.1.0-beta.1

12 months ago

1.1.0-beta.0

12 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.5

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago