1.1.1 • Published 2 years ago
@jawis/console v1.1.1
Console
Console output from browser shown in the browser
- Use @jawis/jagov to get output from node scripts as well.
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
2 years ago
1.1.1-dev.2
2 years ago
1.1.0
2 years ago
1.0.3
3 years ago
1.0.2-dev.1
3 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago
0.0.37-dev.2
4 years ago
0.0.37-dev.1
4 years ago
0.0.37-dev
4 years ago
0.0.36
4 years ago
0.0.36-dev
4 years ago
0.0.35
4 years ago
0.0.34
4 years ago
0.0.32
4 years ago
0.0.31
4 years ago
0.0.30
4 years ago
0.0.30-dev.1
4 years ago
0.0.30-dev
4 years ago
0.0.29
4 years ago
0.0.28
4 years ago
0.0.27
4 years ago
0.0.26
4 years ago
0.0.25
4 years ago
0.0.24
4 years ago
0.0.23
4 years ago