GhostyleEntry

Source: state.js:41

A loaded 2D ghostyle plugin entry.

Properties

  • id (string) — Identifier derived from the script filename (key in loadedGhostyles).
  • name (string) — Human-readable name parsed from the @name header.
  • module (object) — The imported ES module (may export onInit/onClear/draw hooks).
  • url (string) — URL the module was loaded from.

Type

Object