/vite-plugin-psvg

PSVG for Vite

Primary LanguageTypeScriptMIT LicenseMIT

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