Skip to content

A lightweight module to read / manage .vyi extensions created in the Vylocity Game Engine.

License

Notifications You must be signed in to change notification settings

EvitcaStudio/vyi

Repository files navigation

VYI Module

A lightweight module to read / manage .vyi files created in the Vylocity Game Engine.

Installation

ES Module

import { VYI } from './vyi.mjs';

IIFE (Immediately Invoked Function Expression)

<script src="vyi.js"></script>;
// ...
window.VyiBundle.VYI;

CommonJS (CJS) Module

const { VYI } = require('./vyi.cjs.js');

Global Dependency

VYI relies on the VYLO variable being globally accessible.

About

A lightweight module to read / manage .vyi extensions created in the Vylocity Game Engine.

Resources

License

Stars

Watchers

Forks

Packages

No packages published