# @locusts/svelte

[![CI](https://github.com/locusts-r-us/locusts/actions/workflows/node.yml/badge.svg)](https://github.com/locusts-r-us/locusts/actions/workflows/node.yml)
[![NPM Version](https://img.shields.io/npm/v/%40locusts%2Fsvelte?logo=svelte)](https://www.npmjs.com/package/@locusts/svelte)

## Description

@locusts/svelte is a member of a [series of components](https://github.com/locusts-r-us/locusts) that allows you to introduce locusts into your website.

Why would you want to do that? I don't know.

## Installation

```sh
npm add -D @locusts/svelte
```

## Example

```svelte
<script>
	import Locusts from '@locusts/svelte';
</script>

<Locusts />
```