0.0.3 • Published 6 years ago

@screenie/screenie v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 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

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.1-16

7 years ago

0.0.1-14

7 years ago

0.0.1-13

7 years ago

0.0.1-12

7 years ago

0.0.1-11

7 years ago

0.0.1-10

7 years ago

0.0.1-9

7 years ago

0.0.1-8

7 years ago

0.0.1-7

7 years ago

0.0.1-6

7 years ago

0.0.1-5

7 years ago

0.0.1-4

7 years ago

0.0.1-3

7 years ago

0.0.1-2

7 years ago

0.0.1-1

7 years ago

0.0.1-0

7 years ago