Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 774 Bytes

readme.md

File metadata and controls

30 lines (20 loc) · 774 Bytes

Build Status Coverage Status Code Climate

#Robinson.js

A node.js port of Robinson

##Install

Clone this repo, then cd in it and:

npm install

##Usage

node index --html file.html --css file.css --output file.png

By default, robinson will load test.html and css.html from the examples directory and save the rendered page to a file named output.png.

##Test

npm test