8.1.0 • Published 2 years ago

@svgr/core v8.1.0

Weekly downloads
4,048,928
License
MIT
Repository
github
Last release
2 years ago

@svgr/core

Build Status version MIT License

Node API of SVGR.

npm install @svgr/core

Usage

import { transform } from '@svgr/core'

const svgCode = `
<svg xmlns="http://www.w3.org/2000/svg"
  xmlns:xlink="http://www.w3.org/1999/xlink">
  <rect x="10" y="10" height="100" width="100"
    style="stroke:#ff0000; fill: #0000ff"/>
</svg>
`

transform(svgCode, { icon: true }, { componentName: 'MyComponent' }).then(
  (jsCode) => {
    console.log(jsCode)
  },
)

Use svgr.sync(code, config, state) if you would like to use sync version.

Plugins

By default @svgr/core doesn't include any plugin, if you want them, you have to install them and include them in config.

svgr(svgCode, {
  plugins: ['@svgr/plugin-svgo', '@svgr/plugin-jsx', '@svgr/plugin-prettier'],
}).then((jsCode) => {
  console.log(jsCode)
})

License

MIT

@svgr/webpackparcel-plugin-svgr-patchedparcel-plugin-svgrsvg-library-component-creator@reactpreview/foundation@zenclabs/reactpreviewpixelstream-cli@lejdosd/celestial-form@infinitebrahmanuniverse/nolb-_svplop-pack-gatsby-starter@everything-registry/sub-chunk-885af-webpack-sudoku356-test@porosjs/bundler-vite@porosjs/bundler-webpack@porosjs/preset-umisvg-react-iconsvg-plugin-vitesvgr-loadersvgr-rollup-infernosvgr-webpack-infernosvg-icon-system-buildersvg2rnsvglbwodax-af-webpackxcim-codesandboxwsksvgsui-iconssun-iconsstickerbombsvg-component-library-creatorsvg-component-packagesvg-component-vite-pluginsvg-componentifysvg-to-react-nativesvg-to-react-tsxsvg-to-icon-clivpressifyvite-plugin-react-svgvite-plugin-react-svgrvite-plugin-react-iconsvite-plugin-react-rich-svgvite-plugin-svg-reactviteshotvite-plugin-svgrvite-plugin-svgr-componentvite-plugin-svgr-default-export-optionislandjsisland-ssgjest-previewjs-next-optimized-imagesicongoiconosicon-proicon-pack-boilerplate-demoiconberryicona-clihexo-renderer-react-styledmaquineta-uilsiconlambda-webpackkpfromer-next-optimized-images@wfp/icons-core@twilio-labs/match-icons@twilio-labs/match-icons-twilio@twilio-labs/svg-to-react@umijs/bundler-webpack@umijs/bundler-vite@umijs/preset-umi@un/icons-core@toba/svg-transformer@tinacms/cli@uspk-ui/react-icons@voiceflow/vite-config@useweb/lib@vitery/svgr@yipkos/parcel-plugin-inline-svg@yocdev/tarocodegen@yocdev/loom@zalastax/nolb-_sv@zag-js/anatomy-icons@zenstone/webpack-starter@telus-uds/system-tokensaf-webpackaf-webpack-sudoku356-devastro-theme-mecureathenfuse-box-plugin-svgreggplant-svgr-webpackesbuild-plugin-svgr-phesbuild-plugin-react-svgresbuild-plugin-svgresbuild-svgexpo-svg-transformerfigma_icon_libfigetfigma-react-iconsfigma-react-icons-generatorfigma-react-svgfis-parser-svgrcompany-colored-icon
8.1.0

2 years ago

8.0.0

3 years ago

7.0.0

3 years ago

6.5.0

3 years ago

6.4.0

3 years ago

6.5.1

3 years ago

6.3.0

3 years ago

6.3.1

3 years ago

6.2.1

4 years ago

6.2.0

4 years ago

6.0.0-alpha.3

4 years ago

6.0.0-alpha.4

4 years ago

6.1.0

4 years ago

6.0.0

4 years ago

6.1.2

4 years ago

6.1.1

4 years ago

6.0.0-alpha.2

4 years ago

6.0.0-alpha.1

4 years ago

6.0.0-alpha.0

4 years ago

5.5.0

5 years ago

5.4.0

6 years ago

5.3.1

6 years ago

5.3.0

6 years ago

5.2.0

6 years ago

5.0.1

6 years ago

5.0.0

6 years ago

4.3.3

6 years ago

4.3.2

6 years ago

4.3.1

6 years ago

4.3.0

7 years ago

4.2.0

7 years ago

4.1.0

7 years ago

4.0.3

7 years ago

4.0.2

7 years ago

4.0.1

7 years ago

4.0.0

7 years ago

3.1.0

7 years ago

3.0.0

7 years ago

2.4.1

7 years ago

2.4.0

7 years ago

2.2.0

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.0

8 years ago