Refactoring rrweb-player (#26)
* enable drag and drop in controller * setup svelte v3 workflow and entry point * add ts eslint config and do compatibility fallbacks in API * rewrite replayer in svelte v3 * fix css import * fix fullscreen API
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,6 +1,7 @@
|
||||
.DS_Store
|
||||
node_modules
|
||||
public/bundle.*
|
||||
public/build
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
||||
@@ -9,3 +10,5 @@ temp
|
||||
|
||||
dist
|
||||
lib
|
||||
|
||||
*.log
|
||||
|
||||
Reference in New Issue
Block a user