1.12.17 • Published 5 years ago

@deal/parcel-plugin-svgr v1.12.17

Weekly downloads
14
License
MIT
Repository
github
Last release
5 years ago

@svgr/parcel-plugin-svgr

Parcel plugin for SVGR.

npm install @svgr/parcel-plugin-svgr

Usage

In your code:

import Star from './star.svg';

const App = () => (
  <div>
    <Star />
  </div>
);

License

MIT