MarshallOfSound / electron-devtools-installer

An easy way to ensure Chrome DevTools extensions into Electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Request] Support pixi.js inspector

2n2n opened this issue · comments

Hopefully this can be supported as well, currently using electron 8

https://github.com/bfanger/pixi-inspector

You can easily add the extension yourself using its ID, but it unfortunately does not work with Electron. Or at least I did not get it to work :-)
See bfanger/pixi-inspector#20

installExtension([
      REACT_DEVELOPER_TOOLS,
      REDUX_DEVTOOLS,
      'aamddddknhcagpehecnhphigffljadon', // PIXI_INSPECTOR
    ])
      .then((name) => console.log(`Added Extension:  ${name}`))
      .catch((err) => console.log('An error occurred: ', err));