1
0
mirror of https://github.com/lospec/pixel-editor.git synced 2023-08-10 21:12:51 +03:00
pixel-editor/js/tools/_fill.js

7 lines
69 B
JavaScript

new Tool('fill', {
imageCursor: 'fill',
});
/*global Tool, tool*/