# esbuild-plugin-svgr

A plugin for [esbuild](https://github.com/evanw/esbuild) that adds support for `*.svg` file imports as React components.
The plugin is built on top of [SVGR](https://github.com/gregberge/svgr).

## Installation

The plugin can be installed using [npm](https://www.npmjs.com).

```bash
npm i -D esbuild-plugin-svgr
```

## Basic Usage

Please reference the [example](example/) directory for basic usage.

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
