fix README and alert text
This commit is contained in:
parent
d173c7728c
commit
9a4f32c99a
@ -8,8 +8,8 @@ This is a lightweight NodeJS collaborative Whiteboard/Sketchboard witch can easi
|
|||||||
|
|
||||||
## Some Features
|
## Some Features
|
||||||
* Shows remote user cursors while drawing
|
* Shows remote user cursors while drawing
|
||||||
* Undo function for each user
|
* Undo / Redo function for each user
|
||||||
* Drag+Drop / Copy+Paste Images to Whiteboard from PC and Browsers
|
* Drag+Drop / Copy+Paste Images or PDFs from PC and Browsers
|
||||||
* Resize, Move & Draw Images to Canvas or Background
|
* Resize, Move & Draw Images to Canvas or Background
|
||||||
* Write text
|
* Write text
|
||||||
* Save Whiteboard to Image and JSON
|
* Save Whiteboard to Image and JSON
|
||||||
|
@ -726,7 +726,7 @@ function main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!imgItemFound && whiteboard.tool != "text") {
|
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)");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user