An open API service indexing awesome lists of open source software.

https://github.com/corcd/gdy-rrweb-plugin

Normal web record & replay plugin
https://github.com/corcd/gdy-rrweb-plugin

javascript rrweb

Last synced: over 1 year ago
JSON representation

Normal web record & replay plugin

Awesome Lists containing this project

README

          

# gdy-rrweb-plugin

An automated capture reporting tool based on the RRweb open-source project

New matched server-side: [https://github.com/corcd/egg-rrweb-server]()

Old matched server-side: [https://github.com/corcd/rrweb-server]()

## Install

### NPM

```bash
npm install gdy-rrweb-plugin --save
yarn add gdy-rrweb-plugin
```

```javascript
import RRgdy from 'gdy-rrweb-plugin'
```

### Resource

1. Download `dist/gdy-rrweb.min.js` to location
2. Use `script` to import file

```html


report test

```

## Usage

```javascript
import RRgdy from 'gdy-rrweb-plugin'

const rrgdy = new RRgdy(uin, 'xxxx', 'url')
```

### record

```javascript
rrgdy.record()
```

### stop

```javascript
rrgdy.stop()
```

### export

```javascript
rrgdy.export('url')
```

### restore

```javascript
rrgdy.restore('binaryString')
```

### replay

```javascript
rrgdy.replay()
```

## License

ISC