@motion.page/sdk 0.1.0 → 0.1.2
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 +113 -0
- package/README.md +487 -59
- package/dist/index.cjs +7 -7
- package/dist/index.cjs.map +5 -5
- package/dist/index.js +7 -7
- package/dist/index.js.map +5 -5
- package/dist/triggers/TriggerManager.d.ts +7 -0
- package/dist/utils/getLayoutRect.d.ts +8 -3
- package/llms.txt +64 -0
- package/package.json +4 -8
package/LICENSE
ADDED
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
Functional Source License, Version 1.1, Apache 2.0 Future License
|
|
2
|
+
|
|
3
|
+
Abbreviation
|
|
4
|
+
|
|
5
|
+
FSL-1.1-Apache-2.0
|
|
6
|
+
|
|
7
|
+
Notice
|
|
8
|
+
|
|
9
|
+
Copyright © 2025 Motion.page (David Babinec)
|
|
10
|
+
|
|
11
|
+
Terms and Conditions
|
|
12
|
+
|
|
13
|
+
Licensor: Motion.page (David Babinec)
|
|
14
|
+
Licensed Work: @motion.page/sdk
|
|
15
|
+
The Licensed Work is copyright © 2025 Motion.page (David Babinec).
|
|
16
|
+
Additional Use Grant: None
|
|
17
|
+
Change Date: The earlier of the date two years after the date the Licensed Work
|
|
18
|
+
is made available under this License, or a date specified by the
|
|
19
|
+
Licensor.
|
|
20
|
+
Change License: Apache License, Version 2.0
|
|
21
|
+
|
|
22
|
+
For information about alternative licensing arrangements for the Licensed Work,
|
|
23
|
+
please contact: hello@motion.page
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
Functional Source License, Version 1.1, Apache 2.0 Future License
|
|
28
|
+
|
|
29
|
+
Purpose
|
|
30
|
+
|
|
31
|
+
This license gives you broad permission to use, modify, and share the software
|
|
32
|
+
for any purpose, with one condition: you may not use it to compete with us.
|
|
33
|
+
Once the change date passes, this software converts to the Apache 2.0 license.
|
|
34
|
+
|
|
35
|
+
Acceptance
|
|
36
|
+
|
|
37
|
+
To use the Licensed Work, you must agree to all the terms of this license.
|
|
38
|
+
The license is between you and the Licensor.
|
|
39
|
+
|
|
40
|
+
Copyright License
|
|
41
|
+
|
|
42
|
+
The Licensor grants you a non-exclusive, worldwide, royalty-free copyright license
|
|
43
|
+
to use, copy, distribute, make available, and prepare derivative works of the
|
|
44
|
+
Licensed Work, with the condition that you exercise these rights only for
|
|
45
|
+
Permitted Purposes.
|
|
46
|
+
|
|
47
|
+
Patent License
|
|
48
|
+
|
|
49
|
+
The Licensor grants you a non-exclusive, worldwide, royalty-free patent license
|
|
50
|
+
under patents that the Licensor can license, or becomes able to license, to make,
|
|
51
|
+
have made, use, sell, offer for sale, import, and have imported the Licensed Work,
|
|
52
|
+
with the condition that you exercise these rights only for Permitted Purposes.
|
|
53
|
+
|
|
54
|
+
Permitted Purposes
|
|
55
|
+
|
|
56
|
+
A Permitted Purpose is any purpose other than a Competing Use.
|
|
57
|
+
|
|
58
|
+
A Competing Use means use of the Licensed Work in or for a commercial product or
|
|
59
|
+
service that competes with the Licensed Work or any other product or service the
|
|
60
|
+
Licensor or any of its affiliates provides using the Licensed Work. Competing
|
|
61
|
+
products and services include, but are not limited to, no-code animation builders,
|
|
62
|
+
visual animation editors, visual timeline editors, or similar software tools that
|
|
63
|
+
enable users to create, edit, or manage animations through a visual interface,
|
|
64
|
+
which compete with the Licensed Work or any product or service the Licensor
|
|
65
|
+
provides using the Licensed Work.
|
|
66
|
+
|
|
67
|
+
Goods and services compete even when they provide functionality through different
|
|
68
|
+
kinds of interfaces or for different technical platforms. Applications can compete
|
|
69
|
+
with services, libraries with plugins, frameworks with development tools, and so
|
|
70
|
+
on, even if they are written in different programming languages or for different
|
|
71
|
+
computer architectures. Goods and services compete even when provided free of
|
|
72
|
+
charge.
|
|
73
|
+
|
|
74
|
+
If you have questions about whether your use qualifies as a Permitted Purpose,
|
|
75
|
+
or if you would like to negotiate an alternative licensing arrangement, please
|
|
76
|
+
contact the Licensor at hello@motion.page.
|
|
77
|
+
|
|
78
|
+
Notices
|
|
79
|
+
|
|
80
|
+
You must ensure that anyone who receives a copy of any part of the Licensed Work
|
|
81
|
+
from you also receives a copy of this license, and that anyone who modifies the
|
|
82
|
+
Licensed Work provides reasonable notice that they have modified it.
|
|
83
|
+
|
|
84
|
+
No Other Rights
|
|
85
|
+
|
|
86
|
+
This license does not grant you any right in any trademark or logo of the
|
|
87
|
+
Licensor or its affiliates.
|
|
88
|
+
|
|
89
|
+
Termination
|
|
90
|
+
|
|
91
|
+
If you violate any term of this license, your rights under it terminate
|
|
92
|
+
immediately.
|
|
93
|
+
|
|
94
|
+
No Liability
|
|
95
|
+
|
|
96
|
+
As far as the law allows, the Licensed Work comes as-is, without any warranty
|
|
97
|
+
or condition, and the Licensor will not be liable to you for any damages arising
|
|
98
|
+
out of these terms or the use or nature of the Licensed Work, under any kind of
|
|
99
|
+
legal claim.
|
|
100
|
+
|
|
101
|
+
Change Date
|
|
102
|
+
|
|
103
|
+
On the Change Date, the Licensed Work will become available under the Change
|
|
104
|
+
License. The Change Date is the earlier of:
|
|
105
|
+
- Two years after the date the Licensed Work was first made available under
|
|
106
|
+
this License, or
|
|
107
|
+
- A date the Licensor specifies.
|
|
108
|
+
|
|
109
|
+
Change License
|
|
110
|
+
|
|
111
|
+
On and after the Change Date, you may use the Licensed Work under the terms of
|
|
112
|
+
the Apache License, Version 2.0 (the "Change License"), as published by the
|
|
113
|
+
Apache Software Foundation.
|