1.1.1 • Published 7 months ago

@jawis/console v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Console

Console output from browser shown in the browser

Installation

npm i console

Usage

Capture the console data in the browser, by loading this script file:

@jawis/console/consoleCaptureMain.js

Place the console where you like on the page.

import React from "react";
import { Console } from "@jawis/console";

export const MyComponent: React.FC = () => (
  <>
    This is where the console output will appear:
    <Console />
  </>
);

Known issues

Related work

License

MIT

1.1.1

10 months ago

1.1.1-dev.2

7 months ago

1.1.0

1 year ago

1.0.3

1 year ago

1.0.2-dev.1

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.37-dev.2

3 years ago

0.0.37-dev.1

3 years ago

0.0.37-dev

3 years ago

0.0.36

3 years ago

0.0.36-dev

3 years ago

0.0.35

3 years ago

0.0.34

3 years ago

0.0.32

3 years ago

0.0.31

3 years ago

0.0.30

3 years ago

0.0.30-dev.1

3 years ago

0.0.30-dev

3 years ago

0.0.29

3 years ago

0.0.28

3 years ago

0.0.27

3 years ago

0.0.26

3 years ago

0.0.25

3 years ago

0.0.24

3 years ago

0.0.23

3 years ago