diff options
author | Christopher Ng <chrng8@gmail.com> | 2022-07-30 00:32:16 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2022-09-02 02:22:57 +0000 |
commit | f44d2586b174991002d210efa9568e0b96d92304 (patch) | |
tree | 66ad3d1781cf45fc5a04a3c6303c1d31905aeb1b /dist/core-common.js.LICENSE.txt | |
parent | f167fe0ceb7179ef8ae705bb47c44e596196b5d8 (diff) | |
download | nextcloud-server-f44d2586b174991002d210efa9568e0b96d92304.tar.gz nextcloud-server-f44d2586b174991002d210efa9568e0b96d92304.zip |
Remake profile picture saving with Vue
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'dist/core-common.js.LICENSE.txt')
-rw-r--r-- | dist/core-common.js.LICENSE.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dist/core-common.js.LICENSE.txt b/dist/core-common.js.LICENSE.txt index b05e4a42769..db9e46e1078 100644 --- a/dist/core-common.js.LICENSE.txt +++ b/dist/core-common.js.LICENSE.txt @@ -17,6 +17,16 @@ */ /*! + * Cropper.js v1.5.12 + * https://fengyuanchen.github.io/cropperjs + * + * Copyright 2015-present Chen Fengyuan + * Released under the MIT license + * + * Date: 2021-06-12T08:00:17.411Z + */ + +/*! * Determine if an object is a Buffer * * @author Feross Aboukhadijeh <https://feross.org> |