Metadata-Version: 2.1
Name: lottie-inline-tool
Version: 0.1.0
Summary: A tool to inline images in Lottie JSON files
Home-page: https://github.com/yourusername/lottie-inline-tool
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: Pillow

# Lottie Inline Tool

A tool to inline images in Lottie JSON files.

## Usage

```bash
$ lottie-inline /path/to/input-lottie-file.json /path/to/output-lottie-file.json
```

## Installation

```bash
pip install lottie-inline-tool
```

## License

MIT
