Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidgilbertson/consoletoscreen
Log console message to the screen
https://github.com/davidgilbertson/consoletoscreen
Last synced: 13 days ago
JSON representation
Log console message to the screen
- Host: GitHub
- URL: https://github.com/davidgilbertson/consoletoscreen
- Owner: davidgilbertson
- Created: 2015-03-07T03:29:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-10T21:18:18.000Z (over 9 years ago)
- Last Synced: 2023-08-04T17:21:27.694Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Console To Screen
This is a little tool that overrides `console.log()` and sends messages to an on-screen window.Nice for testing on super-old IE and mobile devices if you don't have proper debugging in place.
#Setup
##For the ReactJS version
Just include the `` component anywhere in your code.#For the Vanilla JavaScript version
1. Include cts.js2. Call `CTS.init()` somewhere after that, conditionally if you like.
Yeah that's about it. `console.log()` will now send text to an ugly black box on the screen.
No, there are no options :).
Yes, it looks like there might be options because they're referenced in the code, but there isn't.