🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

phaser-debug

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phaser-debug

Simple debug module for phaser

latest
Source
npmnpm
Version
1.1.8
Version published
Maintainers
1
Created
Source

Phaser Debug

Simple debug module for the Phaser game framework.

Screenshot

Usage

Simply download the phaser-debug.js script from the latest release and include it on your page after including Phaser:

<script src="phaser.js"></script>
<script src="phaser-debug.js"></script>

After adding the script to the page you can activate it by enabling the plugin:

game.add.plugin(Phaser.Plugin.Debug);

Browser Support

Currently this module supports the following browsers:

  • Desktop
  • Firefox 30+
  • Chrome 27+
  • Safari 5.1+
  • Opera 23+

Keywords

phaser

FAQs

Package last updated on 21 Nov 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts