Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/volankey/svg-preview-cli
- Owner: Volankey
- Created: 2023-11-14T08:28:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-15T03:11:29.000Z (about 1 year ago)
- Last Synced: 2024-12-18T21:04:20.250Z (about 2 months ago)
- Topics: nodejs, svg, vite
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 使用
```
pnpm install @volankey/svg-resource-preview
``````
// package.json
{
"scripts": {
"svg-resource:preview": "svg-resource-preview"
}
}
```