hensei-web/node_modules/@svgr/parcel-plugin-svgr
2020-09-11 06:44:42 -07:00
..
lib First commit 2020-09-11 06:44:42 -07:00
CHANGELOG.md First commit 2020-09-11 06:44:42 -07:00
LICENSE First commit 2020-09-11 06:44:42 -07:00
package.json First commit 2020-09-11 06:44:42 -07:00
README.md First commit 2020-09-11 06:44:42 -07:00

@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