Package Exports
- log-output-phantom
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (log-output-phantom) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
log-output-phantom 
PhantomJS adapter for
log-output
.
Install
$ npm install log-output-phantom --save
Usage
var logOutput = require('log-output');
var phantomAdapter = require('log-output-phantom');
logOutput('yay', phantomAdapter()); // yay
License
MIT © Rafael Rinaldi