UNPKG

aframe-hotspots

Version:

A-Frame component for interactive VR hotspots with audio and scene transitions

12 lines (10 loc) 232 B
import { terser } from "rollup-plugin-terser"; export default { input: "src/index.js", output: { file: "dist/aframe-hotspots.min.js", format: "umd", name: "aframeHotspots", }, plugins: [terser()], };