0.0.2 • Published 3 years ago

firebud v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

firebud

Electron & Cross-browser Devtools Utility

Installation

Electron

npm i firebud

Browser

<script src="https://cdn.jsdelivr.net/npm/firebud@latest/firebud.min.js"></script>

Usage

Simple APIs / Events

Firebud.on("open", console.log)
// {
//    "opened": true,
//    "orientation": "vertical"
// }

Firebud.on("close", console.log)
// {
//    "opened": false,
//    "orientation": null
// }