omniconsole
v1.0.5
Published
Customizable, in-app developer toolbar (Console, Network, Application)
Downloads
973
Maintainers
Readme
omniconsole
The core package for OmniConsole — an ultra-lightweight, customizable in-app developer toolbar. It mirrors the Console, Network, and Storage developer tab instruments directly inside your viewport.
Official Documentation: console.oxbryte.xyz
Installation
npm install omniconsole
# or
yarn add omniconsoleQuick Start
Initialize the toolbar in your application's entrypoint (e.g. main.ts or index.js):
import { initOmniConsole } from 'omniconsole';
initOmniConsole({
enabled: process.env.NODE_ENV !== 'production',
defaultDock: 'bottom'
});For detailed configuration options and theme setup, please visit console.oxbryte.xyz.
Keywords
developer-toolbar, in-app-console, mobile-debugging, web-console, devtools, debugging, network-inspector, storage-explorer
