svelvg
svelvg copied to clipboard
Convert SVG files into Svelte components with TypeScript definitions
Results
3
svelvg issues
Sort by
recently updated
recently updated
newest added
The SVG files are not found on Windows, unless a path is specified that is not manipulated by: https://github.com/metonym/svelvg/blob/d3f655283c9ddc3e8e9d178b637a534e0a1d7e5c/src/create-library.ts#L80-L86 Probably an issue with `path.join` using `\` on Windows. So when...
If one wants to build a library from local files rather than a third party library, the default path being prefixed `node_modules` is not helpful. It also would be easy...