next-plugin-svgr:Next.js的SVGR插件

时间:2024-05-17 15:02:16
【文件属性】:

文件名称:next-plugin-svgr:Next.js的SVGR插件

文件大小:202KB

文件格式:ZIP

更新时间:2024-05-17 15:02:16

next-js JavaScript

next-plugin-svgr 插件,用于使用将转换为React组件 安装 安装Next.js和@newhighsco/next-plugin-svgr : npm install --save next @newhighsco/next-plugin-svgr 用法 在您的项目中创建next.config.js : // next.config.js const withSvgr = require ( '@newhighsco/next-plugin-svgr' ) module . exports = withSvgr ( { svgrOptions : { /* config options here */ } } ) 在您的代码中: import starUrl , { ReactComponent as Star } from './star.svg


【文件预览】:
next-plugin-svgr-main
----.gitignore(244B)
----package.json(2KB)
----.npmrc(64B)
----src()
--------webpack.js(931B)
--------index.js(173B)
--------__tests__()
----.nvmrc(8B)
----CHANGELOG.md(8KB)
----.prettierignore(73B)
----README.md(923B)
----.eslintignore(73B)
----babel.config.js(148B)
----.circleci()
--------config.yml(1KB)
----.editorconfig(174B)
----yarn.lock(530KB)

网友评论