@patrick-lienau/esbuild-plugin-svgr
v3.0.0
Published
A plugin for esbuild that enables importing *.svg files as React components.
Downloads
62
Readme
esbuild-plugin-svgr
A plugin for esbuild that adds support for *.svg
file imports as React components.
The plugin is built on top of SVGR.
Installation
The plugin can be installed using npm.
npm i -D esbuild-plugin-svgr
Basic Usage
Please reference the example directory for basic usage.
License
This project is licensed under the MIT License - see the LICENSE.md file for details.