A plugin that allows you to add event listeners on objects. Have your code called alongside an event!
import { Pulse } from './pulse.mjs';<script src="pulse.js"></script>;
// ...
window.PulseBundle.Pulse;const { Pulse } = require('./pulse.cjs.js');Pulse relies on the VYLO variable being globally accessible.