mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Add copy to PNG option on context menu (#941)
* Add copy to PNG option on context menu * lint & refactor & fixes * add keybinding * swap keybinding * fix docs Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
parent
e19088f214
commit
dbfc8bee57
4 changed files with 46 additions and 12 deletions
|
@ -3,6 +3,7 @@
|
|||
"paste": "Paste",
|
||||
"selectAll": "Select All",
|
||||
"copy": "Copy",
|
||||
"copyAsPng": "Copy to clipboard as PNG",
|
||||
"bringForward": "Bring Forward",
|
||||
"sendToBack": "Send To Back",
|
||||
"bringToFront": "Bring To Front",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue