From f645c6f3a57bf5f53bbb2bde362b2447f725c977 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 11 Jan 2020 10:30:12 +0000 Subject: update cropperjs to the recent version --- library/cropperjs/src/index.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 library/cropperjs/src/index.js (limited to 'library/cropperjs/src/index.js') diff --git a/library/cropperjs/src/index.js b/library/cropperjs/src/index.js new file mode 100644 index 000000000..ac940610f --- /dev/null +++ b/library/cropperjs/src/index.js @@ -0,0 +1,3 @@ +import Cropper from './js/cropper'; + +export default Cropper; -- cgit v1.2.3