This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@magic-circle/debug

0.0.7 • Public • Published

@CreativeControls/Debug

Enables the app to be debugged.

Settings

import Fullscreen from '@magic-circle/debug';

module.exports = {
  plugins: defaultPlugins => [...defaultPlugins, Debug],
  debug: {

    // Displays button in editor
    button: true,

    // Enables the user to see the debug
    editor: true,

    // Displays the current git state in the menu bar
    gitInfo: true,
  }
  ...
}

Package Sidebar

Install

npm i @magic-circle/debug

Weekly Downloads

1

Version

0.0.7

License

MIT

Unpacked Size

5.34 kB

Total Files

6

Last publish

Collaborators

  • dpwoert