pixel-editor/js/tools/ResizableTool.js
2021-11-01 13:02:18 +01:00

5 lines
129 B
JavaScript

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