0.0.3 • Published 8 years ago

@screenie/screenie v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

screenie

Build Status

A simple tool to leverage puppeteer to take screenshots of web pages; is particularly tailored to take screenshots of individual slides in a presentation (e.g. within Spectacle)

Install

yarn add @screenie/screenie

Usage

const { screenie } = require('@screenie/screenie');
const path = require('path');

(async () => {
  const screenshots = await screenie({
    folder: path.join(process.cwd(), 'screenshots'),
    url: 'https://example.com'
  });
})();
0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.1-16

9 years ago

0.0.1-14

9 years ago

0.0.1-13

9 years ago

0.0.1-12

9 years ago

0.0.1-11

9 years ago

0.0.1-10

9 years ago

0.0.1-9

9 years ago

0.0.1-8

9 years ago

0.0.1-7

9 years ago

0.0.1-6

9 years ago

0.0.1-5

9 years ago

0.0.1-4

9 years ago

0.0.1-3

9 years ago

0.0.1-2

9 years ago

0.0.1-1

9 years ago

0.0.1-0

9 years ago