pixel-editor/js/tools/_eraser.js

13 lines
145 B
JavaScript

new Tool('eraser', {
cursor: 'crosshair',
brushPreview: true,
});
new Tool('resizeeraser', {
cursor: 'default',
});
/*global Tool, tool*/