This package has been deprecated

Author message:

Use rp-master thumbs instead

rp-thumb-capture

2.0.0 • Public • Published

rp-thumb-capture

Plugin+browser extension for recording thumbnails in ractive-player.

Currently, this only supports Chrome.

Usage

  1. Enter your development domain in extension/manifest.json

  2. Install the browser extension in Chrome by going to chrome://extensions/, enabling Developer mode, and using "Load unpacked".

  3. Load the plugin onto Player:

import ThumbCapture from "rp-thumb-capture";

const controls = (<>
  {Player.defaultControlsLeft}

  <div className="rp-controls-right">
    <ThumbCapture/>

    {Player.defaultControlsRight}
  </div>
</>);

<Player plugins={[ThumbCapture]} script={script}>
  1. Click on the plugin icon first.

  2. Click on the thumb icon, enter the Chrome extension ID into the textbox.

  3. Press "Record". The extension will do its own thing for a few minutes; don't touch anything while this is happening.

  4. Save the recorded sheets.

/rp-thumb-capture/

    Package Sidebar

    Install

    npm i rp-thumb-capture

    Weekly Downloads

    0

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    32.8 kB

    Total Files

    7

    Last publish

    Collaborators

    • yuri