@wannaby/wanna-sdk 2.2.3 → 2.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/iframe.html DELETED
@@ -1 +0,0 @@
1
- <!-- Copyright © 2022 WANNABY INC. All rights reserved. --><!doctype html><html><head><meta charset="utf-8"><meta http-equiv="x-ua-compatible" content="ie=edge"><title>WANNABY / WEB-AR</title><meta name="description" content="WANNA WEB-AR"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="mobile-web-app-capable" content="yes"><style>body,html{height:100%;margin:0;padding:0}.wrapper{height:100%;position:relative;overflow:hidden}#background-canvases,#debug-canvases,#interactions-layer,.wrapper canvas,.wrapper video{height:100%;width:100%}#background-canvases{z-index:-1}#background-canvases,#debug-canvases,#interactions-layer{position:absolute;top:0;left:0}#background-canvases canvas:not(.current-background){display:none}#debug-canvases canvas{position:absolute;width:100%;height:100%}#debug{bottom:0;color:#fff;min-width:220px;overflow:auto;position:absolute;right:0;text-align:right;top:200px}.videoBeforeInit{position:absolute;top:0}.videoAfterInit{position:absolute;top:0;z-index:-1}#screen-loading-stub{width:100%;height:100%;display:none;background:#000;position:absolute;top:0;left:0;right:0;bottom:0;z-index:99}#play-button{display:none;position:absolute;top:50%;right:0;background-color:transparent;color:transparent;outline:0;border:none}</style><script defer="defer" src="./core.js?b17e80656b13da9c148a"></script></head><body><div id="wrapper" class="wrapper"><div id="screen-loading-stub"></div><video autoplay muted playsinline id="video"></video><button id="play-button">play</button><div id="background-canvases"><canvas></canvas><canvas></canvas></div><canvas id="three-canvas"></canvas><div id="debug-canvases"></div><div id="debug"></div><div id="interactions-layer"></div></div></body></html>
package/sdk/NOTICE.txt DELETED
@@ -1,509 +0,0 @@
1
- Library: opencv
2
- Version: 3.4.10
3
- Homepage: https://opencv.org/
4
- Repo: git+https://github.com/opencv/opencv.git
5
- License type: Apache-2.0
6
- By downloading, copying, installing or using the software you agree to this license.
7
- If you do not agree to this license, do not download, install,
8
- copy or use the software.
9
-
10
-
11
- License Agreement
12
- For Open Source Computer Vision Library
13
- (3-clause BSD License)
14
-
15
- Copyright (C) 2000-2020, Intel Corporation, all rights reserved.
16
- Copyright (C) 2009-2011, Willow Garage Inc., all rights reserved.
17
- Copyright (C) 2009-2016, NVIDIA Corporation, all rights reserved.
18
- Copyright (C) 2010-2013, Advanced Micro Devices, Inc., all rights reserved.
19
- Copyright (C) 2015-2016, OpenCV Foundation, all rights reserved.
20
- Copyright (C) 2015-2016, Itseez Inc., all rights reserved.
21
- Copyright (C) 2019-2020, Xperience AI, all rights reserved.
22
- Third party copyrights are property of their respective owners.
23
-
24
- Redistribution and use in source and binary forms, with or without modification,
25
- are permitted provided that the following conditions are met:
26
-
27
- * Redistributions of source code must retain the above copyright notice,
28
- this list of conditions and the following disclaimer.
29
-
30
- * Redistributions in binary form must reproduce the above copyright notice,
31
- this list of conditions and the following disclaimer in the documentation
32
- and/or other materials provided with the distribution.
33
-
34
- * Neither the names of the copyright holders nor the names of the contributors
35
- may be used to endorse or promote products derived from this software
36
- without specific prior written permission.
37
-
38
- This software is provided by the copyright holders and contributors "as is" and
39
- any express or implied warranties, including, but not limited to, the implied
40
- warranties of merchantability and fitness for a particular purpose are disclaimed.
41
- In no event shall copyright holders or contributors be liable for any direct,
42
- indirect, incidental, special, exemplary, or consequential damages
43
- (including, but not limited to, procurement of substitute goods or services;
44
- loss of use, data, or profits; or business interruption) however caused
45
- and on any theory of liability, whether in contract, strict liability,
46
- or tort (including negligence or otherwise) arising in any way out of
47
- the use of this software, even if advised of the possibility of such damage.
48
-
49
- --------------------------------------------------------------------------------
50
- Library: @babel/runtime
51
- Version: 7.16.3
52
- Homepage: https://babel.dev/docs/en/next/babel-runtime
53
- Repo: https://github.com/babel/babel.git
54
- License type: MIT
55
- MIT License
56
-
57
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
58
-
59
- Permission is hereby granted, free of charge, to any person obtaining
60
- a copy of this software and associated documentation files (the
61
- "Software"), to deal in the Software without restriction, including
62
- without limitation the rights to use, copy, modify, merge, publish,
63
- distribute, sublicense, and/or sell copies of the Software, and to
64
- permit persons to whom the Software is furnished to do so, subject to
65
- the following conditions:
66
-
67
- The above copyright notice and this permission notice shall be
68
- included in all copies or substantial portions of the Software.
69
-
70
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
71
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
72
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
73
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
74
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
75
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
76
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
77
-
78
- --------------------------------------------------------------------------------
79
- Library: compare-versions
80
- Version: 3.6.0
81
- Homepage: https://github.com/omichelsen/compare-versions#readme
82
- Repo: git+https://github.com/omichelsen/compare-versions.git
83
- License type: MIT
84
- The MIT License (MIT)
85
-
86
- Copyright (c) 2015-2017 Ole Michelsen
87
-
88
- Permission is hereby granted, free of charge, to any person obtaining a copy
89
- of this software and associated documentation files (the "Software"), to deal
90
- in the Software without restriction, including without limitation the rights
91
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
92
- copies of the Software, and to permit persons to whom the Software is
93
- furnished to do so, subject to the following conditions:
94
-
95
- The above copyright notice and this permission notice shall be included in all
96
- copies or substantial portions of the Software.
97
-
98
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
99
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
100
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
101
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
102
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
103
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
104
- SOFTWARE.
105
-
106
- --------------------------------------------------------------------------------
107
- Library: regenerator-runtime
108
- Version: 0.13.9
109
- Repo: https://github.com/facebook/regenerator/tree/master/packages/runtime
110
- License type: MIT
111
- MIT License
112
-
113
- Copyright (c) 2014-present, Facebook, Inc.
114
-
115
- Permission is hereby granted, free of charge, to any person obtaining a copy
116
- of this software and associated documentation files (the "Software"), to deal
117
- in the Software without restriction, including without limitation the rights
118
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
119
- copies of the Software, and to permit persons to whom the Software is
120
- furnished to do so, subject to the following conditions:
121
-
122
- The above copyright notice and this permission notice shall be included in all
123
- copies or substantial portions of the Software.
124
-
125
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
126
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
127
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
128
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
129
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
130
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
131
- SOFTWARE.
132
-
133
- --------------------------------------------------------------------------------
134
- Library: ua-parser-js
135
- Version: 0.7.28
136
- Homepage: https://github.com/faisalman/ua-parser-js
137
- Repo: https://github.com/faisalman/ua-parser-js.git
138
- License type: MIT
139
- MIT License
140
-
141
- Copyright (c) 2012-2021 Faisal Salman <<f@faisalman.com>>
142
-
143
- Permission is hereby granted, free of charge, to any person obtaining a copy
144
- of this software and associated documentation files (the "Software"), to deal
145
- in the Software without restriction, including without limitation the rights
146
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
147
- copies of the Software, and to permit persons to whom the Software is
148
- furnished to do so, subject to the following conditions:
149
-
150
- The above copyright notice and this permission notice shall be included in all
151
- copies or substantial portions of the Software.
152
-
153
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
154
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
155
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
156
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
157
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
158
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
159
- SOFTWARE.
160
-
161
- --------------------------------------------------------------------------------
162
- Library: uuid
163
- Version: 8.3.2
164
- Repo: https://github.com/uuidjs/uuid.git
165
- License type: MIT
166
- The MIT License (MIT)
167
-
168
- Copyright (c) 2010-2020 Robert Kieffer and other contributors
169
-
170
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
171
-
172
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
173
-
174
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
175
-
176
- --------------------------------------------------------------------------------
177
- Library: @tensorflow/tfjs-backend-cpu
178
- Version: 3.11.0
179
- Repo: https://github.com/tensorflow/tfjs.git
180
- License type: Apache-2.0
181
- --------------------------------------------------------------------------------
182
- Library: @tensorflow/tfjs-backend-webgl
183
- Version: 3.11.0
184
- Repo: https://github.com/tensorflow/tfjs.git
185
- License type: Apache-2.0
186
- --------------------------------------------------------------------------------
187
- Library: @tensorflow/tfjs-converter
188
- Version: 3.11.0
189
- Repo: https://github.com/tensorflow/tfjs-converter.git
190
- License type: Apache-2.0
191
- --------------------------------------------------------------------------------
192
- Library: @tensorflow/tfjs-core
193
- Version: 3.11.0
194
- Repo: https://github.com/tensorflow/tfjs-core.git
195
- License type: Apache-2.0
196
- --------------------------------------------------------------------------------
197
- Library: @tensorflow/tfjs-data
198
- Version: 3.11.0
199
- License type: Apache-2.0
200
- --------------------------------------------------------------------------------
201
- Library: @tensorflow/tfjs-layers
202
- Version: 3.11.0
203
- License type: Apache-2.0 AND MIT
204
- --------------------------------------------------------------------------------
205
- Library: @tensorflow/tfjs
206
- Version: 3.11.0
207
- Repo: https://github.com/tensorflow/tfjs.git
208
- License type: Apache-2.0
209
- --------------------------------------------------------------------------------
210
- Library: @tweenjs/tween.js
211
- Version: 18.6.4
212
- Homepage: https://github.com/tweenjs/tween.js
213
- Repo: https://github.com/tweenjs/tween.js.git
214
- License type: MIT
215
- The MIT License
216
-
217
- Copyright (c) 2010-2012 Tween.js authors.
218
-
219
- Easing equations Copyright (c) 2001 Robert Penner http://robertpenner.com/easing/
220
-
221
- Permission is hereby granted, free of charge, to any person obtaining a copy
222
- of this software and associated documentation files (the "Software"), to deal
223
- in the Software without restriction, including without limitation the rights
224
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
225
- copies of the Software, and to permit persons to whom the Software is
226
- furnished to do so, subject to the following conditions:
227
-
228
- The above copyright notice and this permission notice shall be included in
229
- all copies or substantial portions of the Software.
230
-
231
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
232
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
233
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
234
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
235
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
236
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
237
- THE SOFTWARE.
238
-
239
- --------------------------------------------------------------------------------
240
- Library: long
241
- Version: 4.0.0
242
- Repo: https://github.com/dcodeIO/long.js.git
243
- License type: Apache-2.0
244
-
245
- Apache License
246
- Version 2.0, January 2004
247
- http://www.apache.org/licenses/
248
-
249
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
250
-
251
- 1. Definitions.
252
-
253
- "License" shall mean the terms and conditions for use, reproduction,
254
- and distribution as defined by Sections 1 through 9 of this document.
255
-
256
- "Licensor" shall mean the copyright owner or entity authorized by
257
- the copyright owner that is granting the License.
258
-
259
- "Legal Entity" shall mean the union of the acting entity and all
260
- other entities that control, are controlled by, or are under common
261
- control with that entity. For the purposes of this definition,
262
- "control" means (i) the power, direct or indirect, to cause the
263
- direction or management of such entity, whether by contract or
264
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
265
- outstanding shares, or (iii) beneficial ownership of such entity.
266
-
267
- "You" (or "Your") shall mean an individual or Legal Entity
268
- exercising permissions granted by this License.
269
-
270
- "Source" form shall mean the preferred form for making modifications,
271
- including but not limited to software source code, documentation
272
- source, and configuration files.
273
-
274
- "Object" form shall mean any form resulting from mechanical
275
- transformation or translation of a Source form, including but
276
- not limited to compiled object code, generated documentation,
277
- and conversions to other media types.
278
-
279
- "Work" shall mean the work of authorship, whether in Source or
280
- Object form, made available under the License, as indicated by a
281
- copyright notice that is included in or attached to the work
282
- (an example is provided in the Appendix below).
283
-
284
- "Derivative Works" shall mean any work, whether in Source or Object
285
- form, that is based on (or derived from) the Work and for which the
286
- editorial revisions, annotations, elaborations, or other modifications
287
- represent, as a whole, an original work of authorship. For the purposes
288
- of this License, Derivative Works shall not include works that remain
289
- separable from, or merely link (or bind by name) to the interfaces of,
290
- the Work and Derivative Works thereof.
291
-
292
- "Contribution" shall mean any work of authorship, including
293
- the original version of the Work and any modifications or additions
294
- to that Work or Derivative Works thereof, that is intentionally
295
- submitted to Licensor for inclusion in the Work by the copyright owner
296
- or by an individual or Legal Entity authorized to submit on behalf of
297
- the copyright owner. For the purposes of this definition, "submitted"
298
- means any form of electronic, verbal, or written communication sent
299
- to the Licensor or its representatives, including but not limited to
300
- communication on electronic mailing lists, source code control systems,
301
- and issue tracking systems that are managed by, or on behalf of, the
302
- Licensor for the purpose of discussing and improving the Work, but
303
- excluding communication that is conspicuously marked or otherwise
304
- designated in writing by the copyright owner as "Not a Contribution."
305
-
306
- "Contributor" shall mean Licensor and any individual or Legal Entity
307
- on behalf of whom a Contribution has been received by Licensor and
308
- subsequently incorporated within the Work.
309
-
310
- 2. Grant of Copyright License. Subject to the terms and conditions of
311
- this License, each Contributor hereby grants to You a perpetual,
312
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
313
- copyright license to reproduce, prepare Derivative Works of,
314
- publicly display, publicly perform, sublicense, and distribute the
315
- Work and such Derivative Works in Source or Object form.
316
-
317
- 3. Grant of Patent License. Subject to the terms and conditions of
318
- this License, each Contributor hereby grants to You a perpetual,
319
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
320
- (except as stated in this section) patent license to make, have made,
321
- use, offer to sell, sell, import, and otherwise transfer the Work,
322
- where such license applies only to those patent claims licensable
323
- by such Contributor that are necessarily infringed by their
324
- Contribution(s) alone or by combination of their Contribution(s)
325
- with the Work to which such Contribution(s) was submitted. If You
326
- institute patent litigation against any entity (including a
327
- cross-claim or counterclaim in a lawsuit) alleging that the Work
328
- or a Contribution incorporated within the Work constitutes direct
329
- or contributory patent infringement, then any patent licenses
330
- granted to You under this License for that Work shall terminate
331
- as of the date such litigation is filed.
332
-
333
- 4. Redistribution. You may reproduce and distribute copies of the
334
- Work or Derivative Works thereof in any medium, with or without
335
- modifications, and in Source or Object form, provided that You
336
- meet the following conditions:
337
-
338
- (a) You must give any other recipients of the Work or
339
- Derivative Works a copy of this License; and
340
-
341
- (b) You must cause any modified files to carry prominent notices
342
- stating that You changed the files; and
343
-
344
- (c) You must retain, in the Source form of any Derivative Works
345
- that You distribute, all copyright, patent, trademark, and
346
- attribution notices from the Source form of the Work,
347
- excluding those notices that do not pertain to any part of
348
- the Derivative Works; and
349
-
350
- (d) If the Work includes a "NOTICE" text file as part of its
351
- distribution, then any Derivative Works that You distribute must
352
- include a readable copy of the attribution notices contained
353
- within such NOTICE file, excluding those notices that do not
354
- pertain to any part of the Derivative Works, in at least one
355
- of the following places: within a NOTICE text file distributed
356
- as part of the Derivative Works; within the Source form or
357
- documentation, if provided along with the Derivative Works; or,
358
- within a display generated by the Derivative Works, if and
359
- wherever such third-party notices normally appear. The contents
360
- of the NOTICE file are for informational purposes only and
361
- do not modify the License. You may add Your own attribution
362
- notices within Derivative Works that You distribute, alongside
363
- or as an addendum to the NOTICE text from the Work, provided
364
- that such additional attribution notices cannot be construed
365
- as modifying the License.
366
-
367
- You may add Your own copyright statement to Your modifications and
368
- may provide additional or different license terms and conditions
369
- for use, reproduction, or distribution of Your modifications, or
370
- for any such Derivative Works as a whole, provided Your use,
371
- reproduction, and distribution of the Work otherwise complies with
372
- the conditions stated in this License.
373
-
374
- 5. Submission of Contributions. Unless You explicitly state otherwise,
375
- any Contribution intentionally submitted for inclusion in the Work
376
- by You to the Licensor shall be under the terms and conditions of
377
- this License, without any additional terms or conditions.
378
- Notwithstanding the above, nothing herein shall supersede or modify
379
- the terms of any separate license agreement you may have executed
380
- with Licensor regarding such Contributions.
381
-
382
- 6. Trademarks. This License does not grant permission to use the trade
383
- names, trademarks, service marks, or product names of the Licensor,
384
- except as required for reasonable and customary use in describing the
385
- origin of the Work and reproducing the content of the NOTICE file.
386
-
387
- 7. Disclaimer of Warranty. Unless required by applicable law or
388
- agreed to in writing, Licensor provides the Work (and each
389
- Contributor provides its Contributions) on an "AS IS" BASIS,
390
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
391
- implied, including, without limitation, any warranties or conditions
392
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
393
- PARTICULAR PURPOSE. You are solely responsible for determining the
394
- appropriateness of using or redistributing the Work and assume any
395
- risks associated with Your exercise of permissions under this License.
396
-
397
- 8. Limitation of Liability. In no event and under no legal theory,
398
- whether in tort (including negligence), contract, or otherwise,
399
- unless required by applicable law (such as deliberate and grossly
400
- negligent acts) or agreed to in writing, shall any Contributor be
401
- liable to You for damages, including any direct, indirect, special,
402
- incidental, or consequential damages of any character arising as a
403
- result of this License or out of the use or inability to use the
404
- Work (including but not limited to damages for loss of goodwill,
405
- work stoppage, computer failure or malfunction, or any and all
406
- other commercial damages or losses), even if such Contributor
407
- has been advised of the possibility of such damages.
408
-
409
- 9. Accepting Warranty or Additional Liability. While redistributing
410
- the Work or Derivative Works thereof, You may choose to offer,
411
- and charge a fee for, acceptance of support, warranty, indemnity,
412
- or other liability obligations and/or rights consistent with this
413
- License. However, in accepting such obligations, You may act only
414
- on Your own behalf and on Your sole responsibility, not on behalf
415
- of any other Contributor, and only if You agree to indemnify,
416
- defend, and hold each Contributor harmless for any liability
417
- incurred by, or claims asserted against, such Contributor by reason
418
- of your accepting any such warranty or additional liability.
419
-
420
- END OF TERMS AND CONDITIONS
421
-
422
- APPENDIX: How to apply the Apache License to your work.
423
-
424
- To apply the Apache License to your work, attach the following
425
- boilerplate notice, with the fields enclosed by brackets "[]"
426
- replaced with your own identifying information. (Don't include
427
- the brackets!) The text should be enclosed in the appropriate
428
- comment syntax for the file format. We also recommend that a
429
- file or class name and description of purpose be included on the
430
- same "printed page" as the copyright notice for easier
431
- identification within third-party archives.
432
-
433
- Copyright [yyyy] [name of copyright owner]
434
-
435
- Licensed under the Apache License, Version 2.0 (the "License");
436
- you may not use this file except in compliance with the License.
437
- You may obtain a copy of the License at
438
-
439
- http://www.apache.org/licenses/LICENSE-2.0
440
-
441
- Unless required by applicable law or agreed to in writing, software
442
- distributed under the License is distributed on an "AS IS" BASIS,
443
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
444
- See the License for the specific language governing permissions and
445
- limitations under the License.
446
-
447
- --------------------------------------------------------------------------------
448
- Library: ramda
449
- Version: 0.27.1
450
- Homepage: https://ramdajs.com/
451
- Repo: git://github.com/ramda/ramda.git
452
- License type: MIT
453
- The MIT License (MIT)
454
-
455
- Copyright (c) 2013-2018 Scott Sauyet and Michael Hurley
456
-
457
- Permission is hereby granted, free of charge, to any person obtaining a copy
458
- of this software and associated documentation files (the "Software"), to deal
459
- in the Software without restriction, including without limitation the rights
460
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
461
- copies of the Software, and to permit persons to whom the Software is
462
- furnished to do so, subject to the following conditions:
463
-
464
- The above copyright notice and this permission notice shall be included in
465
- all copies or substantial portions of the Software.
466
-
467
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
468
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
469
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
470
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
471
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
472
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
473
- THE SOFTWARE.
474
-
475
- --------------------------------------------------------------------------------
476
- Library: seedrandom
477
- Version: 2.4.3
478
- Homepage: http://davidbau.com/archives/2010/01/30/random_seeds_coded_hints_and_quintillions.html
479
- Repo: git://github.com/davidbau/seedrandom.git
480
- License type: MIT
481
- --------------------------------------------------------------------------------
482
- Library: three
483
- Version: 0.129.0
484
- Homepage: https://threejs.org/
485
- Repo: https://github.com/mrdoob/three.js
486
- License type: MIT
487
- The MIT License
488
-
489
- Copyright © 2010-2021 three.js authors
490
-
491
- Permission is hereby granted, free of charge, to any person obtaining a copy
492
- of this software and associated documentation files (the "Software"), to deal
493
- in the Software without restriction, including without limitation the rights
494
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
495
- copies of the Software, and to permit persons to whom the Software is
496
- furnished to do so, subject to the following conditions:
497
-
498
- The above copyright notice and this permission notice shall be included in
499
- all copies or substantial portions of the Software.
500
-
501
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
502
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
503
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
504
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
505
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
506
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
507
- THE SOFTWARE.
508
-
509
- --------------------------------------------------------------------------------