A parallax module that will enable effortless integration of depth effects into your game.
import { Parallax } from './parallax.mjs';
<script src="parallax.js"></script>;
// ...
window.ParallaxBundle.Parallax;
Parallax relies on the VYLO
variable being globally accessible.