mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
9 lines
157 B
JavaScript
9 lines
157 B
JavaScript
export default {
|
|
tools: {
|
|
rectangle: /rectangle/i,
|
|
ellipse: /ellipse/i,
|
|
arrow: /arrow/i,
|
|
text: /text/i,
|
|
selection: /selection/i
|
|
}
|
|
};
|