An open API service indexing awesome lists of open source software.

https://github.com/viivue/frontend-debug

Debug tool for front-end dev
https://github.com/viivue/frontend-debug

javascript

Last synced: 2 months ago
JSON representation

Debug tool for front-end dev

Awesome Lists containing this project

README

        

# 🐛 Frontend-debug

[![release](https://badgen.net/github/release/viivue/frontend-debug/)](https://github.com/viivue/frontend-debug/releases/latest)
[![minified](https://badgen.net/badge/minified/13KB/cyan)](https://www.jsdelivr.com/package/gh/viivue/frontend-debug)
[![Netlify Status](https://api.netlify.com/api/v1/badges/2eb250dd-cab2-4e06-8996-df32cf606042/deploy-status)](https://app.netlify.com/sites/fdebug/deploys)

> Debug tool for front-end dev

## Installation

### NPM Package

Install NPM package

```shell
npm i @viivue/frontend-debug
```

Import

```js
import "@viivue/frontend-debug";
```

### CDN

Inject this script tag at the end of your page, right above `