0.1.3 • Published 8 years ago

page-console v0.1.3

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

NPM

page-console

npm npm Codacy Badge GitHub license

It is always a head-aching problem to show console messages in webpages which are shown on mobile devices. With this module, a simple simulated console panel appears in the webpages and it doesn't have any side-effects on the rest of your code.

Usage

// import the console tool
import pageConsole from 'page-console';
// initialize the console tool
pageConsole.init();

Then you can enjoy it!

License

MIT