All Projects → antfu → vite-plugin-psvg

antfu / vite-plugin-psvg

Licence: MIT license
PSVG for Vite

Programming Languages

typescript
32286 projects
Vue
7211 projects
HTML
75241 projects

Projects that are alternatives of or similar to vite-plugin-psvg

vite-plugin-radar
All in one analytics loader for vite
Stars: ✭ 64 (+77.78%)
Mutual labels:  vite-plugin
vite-plugin-environment
Easily expose environment variables in Vite.js
Stars: ✭ 57 (+58.33%)
Mutual labels:  vite-plugin
vite-plugin-dynamic-publicpath
Use dynamic import handler to change runtime public base path, like webpack's __webpack_public_path__.
Stars: ✭ 31 (-13.89%)
Mutual labels:  vite-plugin
vite-plugin-ssr
Like Next.js / Nuxt but as do-one-thing-do-it-well Vite plugin.
Stars: ✭ 1,703 (+4630.56%)
Mutual labels:  vite-plugin
vite-plugin-sleep
a vite plugin you never need. slow devServer and slow HMR.
Stars: ✭ 77 (+113.89%)
Mutual labels:  vite-plugin
postcss-variable-compress
Minifies css variable names
Stars: ✭ 18 (-50%)
Mutual labels:  vite-plugin
vite-plugin-restart
Custom files/globs to restart Vite server
Stars: ✭ 92 (+155.56%)
Mutual labels:  vite-plugin
vite-plugin-env-compatible
Environment Variables Compatible for vite(with vue-cli, create-react-app and so on)
Stars: ✭ 35 (-2.78%)
Mutual labels:  vite-plugin
adorable-css
Rapid On-Demand Atomic CSS Framework
Stars: ✭ 131 (+263.89%)
Mutual labels:  vite-plugin
vite-plugin-checker
💬 Vite plugin that provide checks of TypeScript, ESLint, vue-tsc, and more.
Stars: ✭ 338 (+838.89%)
Mutual labels:  vite-plugin
unocss
The instant on-demand atomic CSS engine.
Stars: ✭ 7,866 (+21750%)
Mutual labels:  vite-plugin
vite-plugin-webfont-dl
⚡ Webfont Download Vite Plugin - Make your Vite site load faster
Stars: ✭ 69 (+91.67%)
Mutual labels:  vite-plugin
vite-plugin-compress
Compress your bundle + assets from Vite
Stars: ✭ 103 (+186.11%)
Mutual labels:  vite-plugin
vite-plugins
🌱 为社区尽一份绵薄之力
Stars: ✭ 63 (+75%)
Mutual labels:  vite-plugin
vite-plugin-relay
A vite plugin for Relay
Stars: ✭ 44 (+22.22%)
Mutual labels:  vite-plugin
vite-plugin-dts
A vite plugin for generating `.d.ts` files.
Stars: ✭ 539 (+1397.22%)
Mutual labels:  vite-plugin
vite-plugin-image-presets
🖼 Image Presets for Vite.js apps
Stars: ✭ 164 (+355.56%)
Mutual labels:  vite-plugin
vite-plugin-html-template
html template for vite, like html-webpack-plugin for webpack.
Stars: ✭ 97 (+169.44%)
Mutual labels:  vite-plugin
vite-plugin-md
Markdown with Vue for Vite
Stars: ✭ 289 (+702.78%)
Mutual labels:  vite-plugin
vite-plugin-inspect
Inspect the intermediate state of Vite plugins
Stars: ✭ 491 (+1263.89%)
Mutual labels:  vite-plugin

PSVG Vite Plugin

PSVG - Programmable SVG for Vite

Install

Install

npm i vite-plugin-psvg -D # yarn add vite-plugin-psvg -D

Add it to vite.config.js

// vite.config.js
import PSVG from 'vite-plugin-psvg'

export default {
  plugins: [
    PSVG()
  ],
};

Then use it as normal SVGs or images.

<img src='./hello.psvg'>

Example

See the /example.

License

MIT License © 2020 Anthony Fu

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].