@screenie/screenie-adpater-spectacle

0.0.1-2 • Public • Published

screenie-adapter-spectacle

Build Status

An adapter for screenie for use with spectacle presentations

Install

yarn add @screenie/screenie @screenie/screenie-adapter-spectacle --dev

Usage

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

(async () => {
  const screenshots = await screenie({
    adapter: 'screenie-adapter-spectacle',
    folder: path.join(process.cwd(), 'screenshots'),
    url: 'http://localhost:3000'
  });
})();

Readme

Keywords

none

Package Sidebar

Install

npm i @screenie/screenie-adpater-spectacle

Weekly Downloads

0

Version

0.0.1-2

License

MIT

Last publish

Collaborators

  • dschau