Reference Source

Blip Module

A plugin that will allow a blip representation of an instance that is offscreen to be shown and much more with customizable settings!

Installation

ES Module

import { Blip } from './blip.mjs';

IIFE (Immediately Invoked Function Expression)

<script src="blip.js"></script>;
// ...
window.BlipBundle.Blip;

Global Dependency

Blip relies on the VYLO variable being globally accessible.