Nuxt 3 module. Transform SVG to inject dynamically into Vue component, type included. Powered by unplugin.
The Nuxt SVG transformer is a deprecated repository that has been replaced by unplugin-svg-transformer. It is a Nuxt 3 module that allows users to manage SVG icons and transform them to be dynamically injected into Vue components. The module also includes type validation for SVG files.
To use the Nuxt SVG transformer, it is recommended to install unplugin-svg-transformer instead. Please refer to the documentation for the installation guide.
// Add it to nuxt.config.ts
// See documentation for further details
The Nuxt SVG transformer is a deprecated module that has been replaced by unplugin-svg-transformer. It offers various features such as Nuxt 3 support, ready-to-use Vue components, hot reloading, and options for global style and class attributes. It is recommended to install unplugin-svg-transformer instead for managing SVG icons in Nuxt projects.