-
-
Notifications
You must be signed in to change notification settings - Fork 425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Load board from file #26
Comments
I'd like to add that uploading images would be a great feature (e.g. for playing arbitrary board games online) |
@kaiyazeera : Loading images is a different topic. See #42 |
Thank you lovasoa, for your awesome work ! |
To download a board you replace "boards" with "download" in its url: https://wbo.ophir.dev/boards/test https://wbo.ophir.dev/download/test And you place the resulting file in server-data with a name of board-test.json |
I hope to have a fork function, so that I can continue drawing on someone else's whiteboard without changing the original one. |
The data of a board can already be downloaded.
Now, if there was a function to upload/import, this would allow for:
The text was updated successfully, but these errors were encountered: