draggable icon indicating copy to clipboard operation
draggable copied to clipboard

require syntax

Open lebesnec opened this issue 4 years ago • 0 comments

In the readme :

var Draggable = require ('Draggable');

should be :

var Draggable = require ('draggable');

(in lowercase) It will not build except on windows with the uppercase D

lebesnec avatar Feb 03 '20 14:02 lebesnec