Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 302 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 302 Bytes

grunt-camera

Camera is a easy, phantomJS powered, screenshot task.

Options:

camera: {
    width: 800,
    height: 600,
    pages : [ 'localhost:8000/index.html' ]
}

Todo:

  • async everything.
  • Use mkdirp for creation of dest target
  • modularize functions
  • unit test