pinkyjs
v0.1.6
Published
a simplified, easy to use subset/wrapper of phantomjs
Downloads
6
Readme
pinkyjs - simplified, easy to use subset of phantomjs
Simple to use
var pinkyjs = require('pinkyjs');
// TODO
Demo
TODO
About
TODO
How
TODO
Installation
from npm
npm install pinkyjs
from source
git clone https://github.com/talmobi/twitch-webchat
cd pinkyjs
npm install
Common Issues
Phantomjs has a hidden dependency lacking in some linux distros, see: https://github.com/ariya/phantomjs/issues/10904 To fix simply install it manually with your favourite package manager:
sudo apt-get install libfontconfig
API
TODO
CLI
TODO
Test
npm test
LICENSE
MIT