Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 408 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 408 Bytes

Resonance Module

A plugin that will easily allow you to play sounds and control them.

Installation

ES Module

import { Resonance } from './resonance.mjs';

IIFE (Immediately Invoked Function Expression)

<script src="resonance.js"></script>;
// ...
window.ResonanceBundle.Resonance;

Global Dependency

Resonance relies on the VYLO variable being globally accessible.