# Helpers

This package provides helper functions for working with Lottie files.

## Installation

```bash
$ npm install @lordicon/helpers
```

## Usage

```js
import { readProperties } from "@lordicon/helpers";

const properties = readProperties(lottieIconData);
```