@xenolito/console-signature
v2.0.0
Published
Signature for DevTools
Downloads
4
Readme
OUTPUT AUTHOR SIGNATURE ON BROWSER DEVTOOLS
Just outputs the author signature on browser's console dev tools. Applies formating for Chrome 38+
Install
npm i -D console-signature
Usage
just import to your project as import signature from "console-signature"
and pass your config object with the following optional params:
@param author:string --> The author @param url:string --> the author's web
Call your function signature({author:'author-name', url:'your-url.com'})