0.3.0 • Published 2 years ago
vite-plugin-psvg v0.3.0
PSVG Vite Plugin
PSVG - Programmable SVG for Vite
Install
Install
npm i vite-plugin-psvg -D # yarn add vite-plugin-psvg -DAdd 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