glass-easel-devtools-extension
v0.10.2
Published
This is the DevTools panel implementation of glass-easel-devtools for Chrome/Firefox DevTools.
Downloads
11
Readme
glass-easel DevTools for Browsers
This is the DevTools panel implementation of glass-easel-devtools for Chrome/Firefox DevTools.
See glass-easel-devtools for details.
How to Build
nodejs and pnpm should be globally installed.
In the project root directory (glass-easel-devtools):
- run
pnpm install
to install dependencies; - run
npm run pack-extension
to build.
The final product can be found in extension/pkg
directory.