excalidraw/cypress/support/constants.js
2020-01-03 17:12:54 +01:00

9 lines
157 B
JavaScript

export default {
tools: {
rectangle: /rectangle/i,
ellipse: /ellipse/i,
arrow: /arrow/i,
text: /text/i,
selection: /selection/i
}
};