fix README and alert text

This commit is contained in:
raphael 2020-04-29 19:24:24 +02:00
parent d173c7728c
commit 9a4f32c99a
2 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@ This is a lightweight NodeJS collaborative Whiteboard/Sketchboard witch can easi
## Some Features
* Shows remote user cursors while drawing
* Undo function for each user
* Drag+Drop / Copy+Paste Images to Whiteboard from PC and Browsers
* Undo / Redo function for each user
* Drag+Drop / Copy+Paste Images or PDFs from PC and Browsers
* Resize, Move & Draw Images to Canvas or Background
* Write text
* Save Whiteboard to Image and JSON

View File

@ -726,7 +726,7 @@ function main() {
}
if (!imgItemFound && whiteboard.tool != "text") {
showBasicAlert("Please Drag&Drop the image into the Whiteboard. (Browsers don't allow copy+past from the filesystem directly)");
showBasicAlert("Please Drag&Drop the image or pdf into the Whiteboard. (Browsers don't allow copy+past from the filesystem directly)");
}
}
});