pixel-editor/js/tools/_zoom.js

6 lines
71 B
JavaScript
Raw Normal View History

new Tool('zoom', {
imageCursor: 'zoom-in',
});
/*global Tool, tool*/