mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
13 lines
145 B
JavaScript
13 lines
145 B
JavaScript
|
|
||
|
new Tool('eraser', {
|
||
|
cursor: 'crosshair',
|
||
|
brushPreview: true,
|
||
|
});
|
||
|
|
||
|
|
||
|
|
||
|
new Tool('resizeeraser', {
|
||
|
cursor: 'default',
|
||
|
});
|
||
|
|
||
|
/*global Tool, tool*/
|