Working on line tool

This commit is contained in:
Leamsi Escribano
2021-01-14 13:04:39 -05:00
parent 5ea861b764
commit d3a1b6f474
9 changed files with 46 additions and 28 deletions

4
js/tools/_line.js Normal file
View File

@@ -0,0 +1,4 @@
new Tool('line', {
cursor: 'crosshair',
brushPreview: true,
});