Skip to content

Commit 8623af4

Browse files
committed
Add image editor
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
1 parent 3cb712f commit 8623af4

9 files changed

Lines changed: 1473 additions & 123 deletions

File tree

js/viewer-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/viewer-main.js.LICENSE.txt

Lines changed: 67 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,66 @@ object-assign
9797
*
9898
*/
9999

100+
/**
101+
* @license React
102+
* react-dom.production.min.js
103+
*
104+
* Copyright (c) Facebook, Inc. and its affiliates.
105+
*
106+
* This source code is licensed under the MIT license found in the
107+
* LICENSE file in the root directory of this source tree.
108+
*/
109+
110+
/**
111+
* @license React
112+
* react-is.production.min.js
113+
*
114+
* Copyright (c) Facebook, Inc. and its affiliates.
115+
*
116+
* This source code is licensed under the MIT license found in the
117+
* LICENSE file in the root directory of this source tree.
118+
*/
119+
120+
/**
121+
* @license React
122+
* react-reconciler-constants.production.min.js
123+
*
124+
* Copyright (c) Facebook, Inc. and its affiliates.
125+
*
126+
* This source code is licensed under the MIT license found in the
127+
* LICENSE file in the root directory of this source tree.
128+
*/
129+
130+
/**
131+
* @license React
132+
* react-reconciler.production.min.js
133+
*
134+
* Copyright (c) Facebook, Inc. and its affiliates.
135+
*
136+
* This source code is licensed under the MIT license found in the
137+
* LICENSE file in the root directory of this source tree.
138+
*/
139+
140+
/**
141+
* @license React
142+
* react.production.min.js
143+
*
144+
* Copyright (c) Facebook, Inc. and its affiliates.
145+
*
146+
* This source code is licensed under the MIT license found in the
147+
* LICENSE file in the root directory of this source tree.
148+
*/
149+
150+
/**
151+
* @license React
152+
* scheduler.production.min.js
153+
*
154+
* Copyright (c) Facebook, Inc. and its affiliates.
155+
*
156+
* This source code is licensed under the MIT license found in the
157+
* LICENSE file in the root directory of this source tree.
158+
*/
159+
100160
/**
101161
* @license nested-property https://github.com/cosmosio/nested-property
102162
*
@@ -105,27 +165,11 @@ object-assign
105165
* Copyright (c) 2014-2020 Olivier Scherrer <pode.fr@gmail.com>
106166
*/
107167

108-
/**!
109-
* @fileOverview Kickass library to create and place poppers near their reference elements.
110-
* @version 1.16.1
111-
* @license
112-
* Copyright (c) 2016 Federico Zivolo and contributors
113-
*
114-
* Permission is hereby granted, free of charge, to any person obtaining a copy
115-
* of this software and associated documentation files (the "Software"), to deal
116-
* in the Software without restriction, including without limitation the rights
117-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
118-
* copies of the Software, and to permit persons to whom the Software is
119-
* furnished to do so, subject to the following conditions:
120-
*
121-
* The above copyright notice and this permission notice shall be included in all
122-
* copies or substantial portions of the Software.
123-
*
124-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
125-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
126-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
127-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
128-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
129-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
130-
* SOFTWARE.
168+
/** @license React v16.13.1
169+
* react-is.production.min.js
170+
*
171+
* Copyright (c) Facebook, Inc. and its affiliates.
172+
*
173+
* This source code is licensed under the MIT license found in the
174+
* LICENSE file in the root directory of this source tree.
131175
*/

js/viewer-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)