js-draw
Version:
Draw pictures using a pen, touchscreen, or mouse! JS-draw is a drawing library for JavaScript and TypeScript.
16 lines (15 loc) • 1.42 kB
TypeScript
export declare const selectAllKeyboardShortcut = "jsdraw.tools.SelectionTool.selectAll";
export declare const duplicateSelectionShortcut = "jsdraw.tools.SelectionTool.duplicateSelection";
export declare const sendToBackSelectionShortcut = "jsdraw.tools.SelectionTool.sendToBack";
export declare const translateLeftSelectionShortcutId = "jsdraw.tools.SelectionTool.translateLeft";
export declare const translateRightSelectionShortcutId = "jsdraw.tools.SelectionTool.translateRight";
export declare const translateUpSelectionShortcutId = "jsdraw.tools.SelectionTool.translateUp";
export declare const translateDownSelectionShortcutId = "jsdraw.tools.SelectionTool.translateDown";
export declare const rotateCounterClockwiseSelectionShortcutId = "jsdraw.tools.SelectionTool.rotateCCW";
export declare const rotateClockwiseSelectionShortcutId = "jsdraw.tools.SelectionTool.rotateCW";
export declare const shrinkXSelectionShortcutId = "jsdraw.tools.SelectionTool.shrink.x";
export declare const stretchXSelectionShortcutId = "jsdraw.tools.SelectionTool.stretch.x";
export declare const shrinkYSelectionShortcutId = "jsdraw.tools.SelectionTool.shrink.y";
export declare const stretchYSelectionShortcutId = "jsdraw.tools.SelectionTool.stretch.y";
export declare const shrinkXYSelectionShortcutId = "jsdraw.tools.SelectionTool.shrink.xy";
export declare const stretchXYSelectionShortcutId = "jsdraw.tools.SelectionTool.stretch.xy";