@imacdonald/esbuild-plugin-svgr
v2.2.1
Published
A fork of esbuild-plugin-svgr, a plugin for esbuild that enables importing *.svg files as React components.
Downloads
22
Readme
esbuild-plugin-svgr
A plugin for esbuild that adds support for *.svg
file imports as React components. This is a fork of kazijawad/esbuild-plugin-svgr that updates the dependencies to support esbuild ^0.20.0. The plugin is built on top of SVGR.
Installation
The plugin can be installed using npm.
npm i -D @imacdonald/esbuild-plugin-svgr
Basic Usage
Please reference the example directory for basic usage.
Author
This fork is maintained by Ian MacDonald. Originally by Kazi Jawad.
License
This project is licensed under the MIT License - see the LICENSE.md file for details.