UNPKG

electron-devtools-vendor

Version:

<div align="center"> <h2>electron-devtools-vendor</h2> <img alt="MIT" src="https://img.shields.io/github/license/BlackHole1/electron-devtools-vendor?color=9cf&style=flat-square"> <img alt="GitHub repo size" src="https://img.shields.io/github/r

24 lines (22 loc) 384 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title></title> <style> html, body { height: 100%; } #container { display: flex; height: 100%; } </style> </head> <body> <div id="container"> <div id="app"></div> </div> <script src="./build/devtools.js"></script> </body> </html>