grunt-screenshotlocal

Create a quick screenshot for your site which could help for document or testing.

Usage no npm install needed!

<script type="module">
  import gruntScreenshotlocal from 'https://cdn.skypack.dev/grunt-screenshotlocal';
</script>

README

The task

Overview

screenshotlocal: {
   irep: {
      files: [{
        expand: true,
        cwd: './irep',
        src: ['**/*.html'],
        dest: './irep'
      }],
      options: {
        viewport: '1024x768',
        thumb: '200',
        resize: false,
        irep: false
      }
   }
}

License

Copyright (c) 2013 Alex Meah. Licensed under the MIT license.