@ohbug/plugin-rrweb

Ohbug plugin to 'screen recording'

Usage no npm install needed!

<script type="module">
  import ohbugPluginRrweb from 'https://cdn.skypack.dev/@ohbug/plugin-rrweb';
</script>

README

@ohbug/plugin-rrweb

npm npm bundle size Code style

Package rrweb, to "screen recording".

Installation

yarn add rrweb @ohbug/plugin-rrweb

Usage

import { applyPlugin } from '@ohbug/core'
import ohbugPluginRrweb from '@ohbug/plugin-rrweb'
import { init } from '@ohbug/browser'

const enhancer = applyPlugin(ohbugPluginRrweb)
init({ apiKey: 'YOUR_API_KEY' }, enhancer)