Debugbar for Happy Mini App
npm install @happymini/debugbarHappyMini Debugbar is a simple library for @happymini/core
#### Installation
``sh`
npm i @happymini/debugbar
or
`sh`
yarn add @happymini/debugbar
#### Usage
`js
import { Lib } from "@happymini/core";
import HappyMiniDebugbar from "@happymini/debugbar";
Lib.use(HappyMiniDebugbar);
``
- Console
- Elements
- Performance
- Network
- Application
#### Demo
Console Tab
Element Tab
Performance Tab
Network Tab
##### Contributors
- VyLQ ( author )