chrome canvas inspector 2015

前端 未结 5 1731
暗喜
暗喜 2020-12-08 19:35

I used this nifty feature that chrome had for quite a while called \"canvas inspector\". It was an experimental dev feature that had to manually be enabled.

It was

5条回答
  •  一生所求
    2020-12-08 20:17

    Chrome and Firefox have both removed their Canvas inspectors...

    Original Answer:
    This is not exactly what the question asks for, but Firefox has a canvas inspector integrated: https://hacks.mozilla.org/2014/03/introducing-the-canvas-debugger-in-firefox-developer-tools/

    You can enable it in the settings of the normal inspector

    EDIT: (2019)
    The Canvas Inspector has been removed as of Firefox 67:
    Mozilla deprecated listing
    Bug report with reasoning

    Alternative:
    spector.js - Recommended alternative by Mozilla

提交回复
热议问题