Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/volankey/svg-preview-cli

Preview svg used in your vite project
https://github.com/volankey/svg-preview-cli

nodejs svg vite

Last synced: 19 days ago
JSON representation

Preview svg used in your vite project

Awesome Lists containing this project

README

        

# 使用

```
pnpm install @volankey/svg-resource-preview
```

```
// package.json
{
"scripts": {
"svg-resource:preview": "svg-resource-preview"
}
}
```