New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@phaser-plus/debugger

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phaser-plus/debugger

Debugger for PhaserJS games

latest
Source
npmnpm
Version
0.1.9
Version published
Maintainers
1
Created
Source

@phaser-plus/debugger

GitHub npm version npm downloads Visit website Check examples

@phaser-plus/debugger is a feature developed on top of @phaser-plus/core.

This package provides a UI and API for debugging.

🚀 Getting started

npm install --save @phaser-plus/debugger
import { Scene } from '@phaser-plus/core'
import { Debugger } from '@phaser-plus/debugger'

class MyScene extends Scene {

    onCreate() {
        this.features.register('debugger', Debugger)
    }

}

Check example

🔰 Features

  • Take a screenshot of your game
  • Record a video of your game
  • Fire a game event while playing the game
  • Inspect an object and change basic parameters such as position, rotation, and scale

License

The project is licensed under MIT License

Keywords

phaser

FAQs

Package last updated on 10 Apr 2023

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