# @gewis/splash

JavaScript plugin for displaying an ASCII logo and organization info in the frontend
browser console for GEWIS projects."

## Installation

```bash
npm install @gewis/splash
yarn add @gewis/splash
```

## Configuration

In your frontend application, import the plugin in you index file:

```javascript
import '@gewis/splash';
```

You can also directly import the script into your HTML:

```javascript
<script src="https://cdn.jsdelivr.net/npm/@gewis/splash@latest/index.js"></script>
```
