svg-loader icon indicating copy to clipboard operation
svg-loader copied to clipboard

Plug 'n Play external SVG loader

Results 5 svg-loader issues
Sort by recently updated
recently updated
newest added

Hey! I use your script in Nuxt 2 without any problems. In Nuxt 3 it seems not be working. Have you tried it by yourself? THX!

Error: ``` YN0009: │ external-svg-loader@npm:1.6.2 couldn't be built successfully (exit code 1, logs can be found here: /private/var/folders/06/dss6d1c143n7z9lyn1h87gkh0000gn/T/xfs-a88289a6/build.log) ``` ``` # This file contains the result of Yarn building a...

Currently, only the properties of root SVG can be modified (Eg, fill and stroke colors). I am planning to extend that to allow to modify anything, provided the SVG is...

> To prevent conflicts between conflicting identifiers of different SVGs, svg-loader scopes the identifiers and styling rules by adding prefixes. Thanks for the library. I tried it but it doesn't...

This attribute allows to specify the prefix string used for all IDs of a given SVG file to avoid duplicates when loading multiple SVGs and is intended to be used...