pixel-editor/js/tools/SelectionTool.js

5 lines
129 B
JavaScript

class SelectionTool extends Tool {
constructor(name, options, switchFunc) {
super(name, options, switchFunc);
}
}