@feathery/react 1.0.338
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/LICENSE +100 -0
- package/README.md +13 -0
- package/dist/index.js +1 -0
- package/package.json +108 -0
- package/umd/index.js +2 -0
- package/umd/index.js.LICENSE.txt +83 -0
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
/*
|
|
2
|
+
object-assign
|
|
3
|
+
(c) Sindre Sorhus
|
|
4
|
+
@license MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/*!
|
|
8
|
+
* $script.js JS loader & dependency manager
|
|
9
|
+
* https://github.com/ded/script.js
|
|
10
|
+
* (c) Dustin Diaz 2014 | License MIT
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
/*!
|
|
14
|
+
Copyright (c) 2018 Jed Watson.
|
|
15
|
+
Licensed under the MIT License (MIT), see
|
|
16
|
+
http://jedwatson.github.io/classnames
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
/*!
|
|
20
|
+
* Signature Pad v2.3.2
|
|
21
|
+
* https://github.com/szimek/signature_pad
|
|
22
|
+
*
|
|
23
|
+
* Copyright 2017 Szymon Nowak
|
|
24
|
+
* Released under the MIT license
|
|
25
|
+
*
|
|
26
|
+
* The main idea and some parts of the code (e.g. drawing variable width Bézier curve) are taken from:
|
|
27
|
+
* http://corner.squareup.com/2012/07/smoother-signatures.html
|
|
28
|
+
*
|
|
29
|
+
* Implementation of interpolation using cubic Bézier curves is taken from:
|
|
30
|
+
* http://benknowscode.wordpress.com/2012/09/14/path-interpolation-using-cubic-bezier-and-control-point-estimation-in-javascript
|
|
31
|
+
*
|
|
32
|
+
* Algorithm for approximated length of a Bézier curve is taken from:
|
|
33
|
+
* http://www.lemoda.net/maths/bezier-length/index.html
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
|
|
37
|
+
/*!
|
|
38
|
+
* hotkeys-js v3.8.7
|
|
39
|
+
* A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.
|
|
40
|
+
*
|
|
41
|
+
* Copyright (c) 2021 kenny wong <wowohoo@qq.com>
|
|
42
|
+
* http://jaywcjlove.github.io/hotkeys
|
|
43
|
+
*
|
|
44
|
+
* Licensed under the MIT license.
|
|
45
|
+
*/
|
|
46
|
+
|
|
47
|
+
/** @license React v0.19.1
|
|
48
|
+
* scheduler.production.min.js
|
|
49
|
+
*
|
|
50
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
51
|
+
*
|
|
52
|
+
* This source code is licensed under the MIT license found in the
|
|
53
|
+
* LICENSE file in the root directory of this source tree.
|
|
54
|
+
*/
|
|
55
|
+
|
|
56
|
+
/** @license React v16.13.1
|
|
57
|
+
* react-is.production.min.js
|
|
58
|
+
*
|
|
59
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
60
|
+
*
|
|
61
|
+
* This source code is licensed under the MIT license found in the
|
|
62
|
+
* LICENSE file in the root directory of this source tree.
|
|
63
|
+
*/
|
|
64
|
+
|
|
65
|
+
/** @license React v16.13.1
|
|
66
|
+
* react.production.min.js
|
|
67
|
+
*
|
|
68
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
69
|
+
*
|
|
70
|
+
* This source code is licensed under the MIT license found in the
|
|
71
|
+
* LICENSE file in the root directory of this source tree.
|
|
72
|
+
*/
|
|
73
|
+
|
|
74
|
+
/** @license React v16.14.0
|
|
75
|
+
* react-dom.production.min.js
|
|
76
|
+
*
|
|
77
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
78
|
+
*
|
|
79
|
+
* This source code is licensed under the MIT license found in the
|
|
80
|
+
* LICENSE file in the root directory of this source tree.
|
|
81
|
+
*/
|
|
82
|
+
|
|
83
|
+
//! goToAndStop must be relative to the start of the current segment
|