mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: support pen erasing (#7496)
This commit is contained in:
parent
d19b51d4f8
commit
e6c3c06c2e
5 changed files with 240 additions and 184 deletions
|
@ -43,6 +43,7 @@ export const POINTER_BUTTON = {
|
|||
WHEEL: 1,
|
||||
SECONDARY: 2,
|
||||
TOUCH: -1,
|
||||
ERASER: 5,
|
||||
} as const;
|
||||
|
||||
export const POINTER_EVENTS = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue