update readme and format
This commit is contained in:
parent
0e81e70936
commit
715ec149d7
@ -14,7 +14,7 @@ This is a lightweight NodeJS collaborative Whiteboard/Sketchboard which can easi
|
||||
- Undo / Redo function for each user
|
||||
- Drag+Drop / Copy+Paste Images or PDFs from PC and Browsers
|
||||
- Resize, Move, Rotate & Draw Images to Canvas or Background
|
||||
- Write text
|
||||
- Write text and sticky notes
|
||||
- Save Whiteboard to Image and JSON
|
||||
- Draw angle lines by pressing "Shift" while drawing (with line tool)
|
||||
- Draw square by pressing "Shift" while drawing (with rectangle tool)
|
||||
|
@ -31,7 +31,7 @@ const config = {
|
||||
use: ["style-loader", "css-loader"],
|
||||
},
|
||||
{
|
||||
test: /\.(png|jpe?g|gif)$/i,
|
||||
test: /\.(png|jpe?g|gif|otf|pdf)$/i,
|
||||
use: [
|
||||
{
|
||||
loader: "file-loader",
|
||||
|
@ -331,9 +331,8 @@ function startBackendServer(port) {
|
||||
socket.emit("whiteboardConfig", {
|
||||
common: config.frontend,
|
||||
whiteboardSpecific: {
|
||||
correspondingReadOnlyWid: ReadOnlyBackendService.getReadOnlyId(
|
||||
whiteboardId
|
||||
),
|
||||
correspondingReadOnlyWid:
|
||||
ReadOnlyBackendService.getReadOnlyId(whiteboardId),
|
||||
isReadOnly: ReadOnlyBackendService.isReadOnly(whiteboardId),
|
||||
},
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user