This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@preflight-hq/rrweb-player-vue
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

rrweb player vue

Vue-based player for rrweb

Installation

npm

npm install @preflight-hq/rrweb-player-vue

Yarn

yarn add @preflight-hq/rrweb-player-vue

Basic usage

<template>
  <RrWebPlayer :events="events" />
</template>

<script>
import RrWebPlayer from '@preflight-hq/rrweb-player-vue'
export default {
  components: {
    RrWebPlayer
  },
  data: () => ({
    events: []
  })
}
</script>

Props

Name Type Default
events Array []
width number 1024
height number 576
skipInactive boolean true
autoplay boolean true
speedOption number[] [1, 2, 4, 8]
speed number speedOption[0]
showController boolean true
tags Object {}

Events

Name
ui-update-current-time
ui-update-player-state

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i @preflight-hq/rrweb-player-vue

Weekly Downloads

99

Version

1.0.5

License

ISC

Unpacked Size

501 kB

Total Files

9

Last publish

Collaborators

  • fatihsolhan
  • grayscale64
  • huseyin_pf
  • moosebay