@shieldswap/vite-plugin-aztec
v0.0.2
Published
Vite plugin for Aztec
Downloads
88
Readme
Vite plugin for Aztec
Makes "@aztec/aztec.js" work with Vite.
Installation
npm install @shieldswap/vite-plugin-aztec -D
Usage
import { aztec } from "@shieldswap/vite-plugin-aztec";
export default defineConfig({
plugins: [aztec()],
});