0.0.5 • Published 5 months ago
@shieldswap/vite-plugin-aztec v0.0.5
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()],
});