Skip to content

Commit

Permalink
cleanup canvasMutation import
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Jan 3, 2024
1 parent e98434b commit ff770d3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 187 deletions.
62 changes: 0 additions & 62 deletions frontend/src/scenes/session-recordings/player/rrweb/canvas/2d.ts

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { CanvasArg, type canvasMutationData, type canvasMutationParam, eventWithTime } from '@rrweb/types'
import { EventType, IncrementalSource, Replayer } from 'rrweb'
// TODO: figure out how to import this method
import canvasMutation from 'rrweb/es/rrweb/packages/rrweb/src/replay/canvas'
import { ReplayPlugin } from 'rrweb/typings/types'

import canvasMutation from './canvas-mutation'
import { deserializeCanvasArg } from './deserialize-canvas-args'

export function CanvasReplayerPlugin(events: eventWithTime[]): ReplayPlugin {
Expand Down

This file was deleted.

0 comments on commit ff770d3

Please sign in to comment.