UNPKG

@lordicon/element

Version:

This package offers developers a convenient method for embedding, controlling, and customizing animated icons from Lordicon within web projects.

14 lines (13 loc) 257 B
import { defineConfig } from 'vite'; export default defineConfig({ build: { rollupOptions: { input: 'examples/index.html', }, }, server: { host: '0.0.0.0', port: 8080, }, root: 'examples', });