nuxt-svgo-loader icon indicating copy to clipboard operation
nuxt-svgo-loader copied to clipboard

Nuxt module to load SVG files as Vue components, using SVGO for optimization.

Results 1 nuxt-svgo-loader issues
Sort by recently updated
recently updated
newest added

im having trouble using this in None-Vue-Code (still nuxt3 but on the serverside) ```ts import Logo from "~/assets/logo.svg?raw" export default defineEventHandler(async (event) => { //do something with the logo here...