pixel-editor/js/tools/DrawingTool.js

5 lines
104 B
JavaScript

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