page-console

0.1.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i page-console

Weekly Downloads

2

Version

0.1.3

License

MIT

Last publish

Collaborators

  • classicemi