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

https://github.com/toeverything/ydoc-whiteboard-elements-debug

A debug tool for counting whiteboard elements in old-versioned YDoc
https://github.com/toeverything/ydoc-whiteboard-elements-debug

Last synced: 13 days ago
JSON representation

A debug tool for counting whiteboard elements in old-versioned YDoc

Awesome Lists containing this project

README

          

This is a debug tool for counting whiteboard elements in old-versioned YDoc

## Debug with YDoc binary file

```shell
pnpm run file-source
```

## With custom database

modify database connection and table info at `src/db-source.ts`, then run

```
pnpm run db-source
```