/eastereggs

funny easter egg library for your website

Primary LanguageJavaScriptMIT LicenseMIT

Eastereggs

You like to amaze or annoy users of your website with funny easter eggs? Then this repository is what you need! It provides a lot of easter eggs and a simple API.

If you have more ideas, let me know by creating a feature request!

Notice that it is still in development.

Demo

Click here to see a demo page.

Install

The aim is to install it via npm with npm install eastereggs --save and then just require or import it. This is not supported yet, but it's coming soon.

Usage

import { unicornCursor, meteor } from 'eastereggs'
// To start it
unicornCursor.start();

// To stop it
unicornCursor.stop();