@cocreate/text 1.20.11 → 1.20.13

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/README.md CHANGED
@@ -1,98 +1,98 @@
1
- # CoCreate-text
2
-
3
- A simple text component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/text)
4
-
5
- ![minified](https://img.badgesize.io/https://cdn.cocreate.app/text/latest/CoCreate-text.min.js?style=flat-square&label=minified&color=orange)
6
- ![gzip](https://img.badgesize.io/https://cdn.cocreate.app/text/latest/CoCreate-text.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow)
7
- ![brotli](https://img.badgesize.io/https://cdn.cocreate.app/text/latest/CoCreate-text.min.js?compression=brotli&style=flat-square&label=brotli)
8
- ![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-text?style=flat-square)
9
- ![GitHub contributors](https://img.shields.io/github/contributors/CoCreate-app/CoCreate-metrics-server?style=flat-square)
10
- ![License](https://img.shields.io/static/v1?style=flat-square&label=license&message=AGPL-3.0&color=green)
11
- ![Hiring](https://img.shields.io/static/v1?style=flat-square&label=&message=Hiring&color=blueviolet)
12
-
13
- ![CoCreate-text](https://cdn.cocreate.app/docs/CoCreate-text.gif)
14
-
15
- ## [Docs & Demo](https://cocreate.app/docs/text)
16
-
17
- For a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/text)
18
-
19
- ## CDN
20
-
21
- ```html
22
- <script src="https://cdn.cocreate.app/text/latest/CoCreate-text.min.js"></script>
23
- ```
24
-
25
- ```html
26
- <script src="https://cdn.cocreate.app/text/latest/CoCreate-text.min.css"></script>
27
- ```
28
-
29
- ## NPM
30
-
31
- ```shell
32
- $ npm i @cocreate/text
33
- ```
34
-
35
- ## yarn
36
-
37
- ```shell
38
- $ yarn install @cocreate/text
39
- ```
40
-
41
- # Table of Contents
42
-
43
- - [Table of Contents](#table-of-contents)
44
- - [Announcements](#announcements)
45
- - [Roadmap](#roadmap)
46
- - [How to Contribute](#how-to-contribute)
47
- - [About](#about)
48
- - [License](#license)
49
-
50
- <a name="announcements"></a>
51
-
52
- # Announcements
53
-
54
- All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-text/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-text/releases). You may also subscribe to email for releases and breaking changes.
55
-
56
- <a name="roadmap"></a>
57
-
58
- # Roadmap
59
-
60
- If you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/CoCreate-app/CoCreate-text/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-text/pulls). We would love to hear your feedback.
61
-
62
- <a name="about"></a>
63
-
64
- # About
65
-
66
- CoCreate-text is guided and supported by the CoCreate Developer Experience Team.
67
-
68
- Please Email the Developer Experience Team [here](mailto:develop@cocreate.app) in case of any queries.
69
-
70
- CoCreate-text is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC.
71
-
72
- <a name="contribute"></a>
73
-
74
- # How to Contribute
75
-
76
- We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreate-text/blob/master/CONTRIBUTING.md) guide for details.
77
-
78
- We want this library to be community-driven, and CoCreate led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/CoCreate-app/CoCreate-text/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-text/pulls) or merely upvote or comment on existing issues or pull requests.
79
-
80
- We appreciate your continued support, thank you!
81
-
82
-
83
- <a name="license"></a>
84
- # Dual License
85
- ## Open Source
86
- [GNU Affero General Public License version 3 (AGPL-3.0)](https://github.com/CoCreate-app/CoCreate-text/blob/master/LICENSE)
87
-
88
- ## Commercial
89
- For-profit companies and individuals intending to use CoCreate-text for
90
- commercial use must purchase a commercial license. This license allows
91
- source code modifications, but does not permit redistribution of
92
- modifications.
93
-
94
- The commercial license is designed for you to use CoCreate-text in commercial
95
- products and applications, without the provisions of the GPLv3. With the
96
- commercial license, your code is kept propietary, to yourself. If you
97
- want to use CoCreate-text to develop commercial sites, themes, projects, and
1
+ # CoCreate-text
2
+
3
+ A simple text component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/text)
4
+
5
+ ![minified](https://img.badgesize.io/https://cdn.cocreate.app/text/latest/CoCreate-text.min.js?style=flat-square&label=minified&color=orange)
6
+ ![gzip](https://img.badgesize.io/https://cdn.cocreate.app/text/latest/CoCreate-text.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow)
7
+ ![brotli](https://img.badgesize.io/https://cdn.cocreate.app/text/latest/CoCreate-text.min.js?compression=brotli&style=flat-square&label=brotli)
8
+ ![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-text?style=flat-square)
9
+ ![GitHub contributors](https://img.shields.io/github/contributors/CoCreate-app/CoCreate-metrics-server?style=flat-square)
10
+ ![License](https://img.shields.io/static/v1?style=flat-square&label=license&message=AGPL-3.0&color=green)
11
+ ![Hiring](https://img.shields.io/static/v1?style=flat-square&label=&message=Hiring&color=blueviolet)
12
+
13
+ ![CoCreate-text](https://cdn.cocreate.app/docs/CoCreate-text.gif)
14
+
15
+ ## [Docs & Demo](https://cocreate.app/docs/text)
16
+
17
+ For a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/text)
18
+
19
+ ## CDN
20
+
21
+ ```html
22
+ <script src="https://cdn.cocreate.app/text/latest/CoCreate-text.min.js"></script>
23
+ ```
24
+
25
+ ```html
26
+ <script src="https://cdn.cocreate.app/text/latest/CoCreate-text.min.css"></script>
27
+ ```
28
+
29
+ ## NPM
30
+
31
+ ```shell
32
+ $ npm i @cocreate/text
33
+ ```
34
+
35
+ ## yarn
36
+
37
+ ```shell
38
+ $ yarn install @cocreate/text
39
+ ```
40
+
41
+ # Table of Contents
42
+
43
+ - [Table of Contents](#table-of-contents)
44
+ - [Announcements](#announcements)
45
+ - [Roadmap](#roadmap)
46
+ - [How to Contribute](#how-to-contribute)
47
+ - [About](#about)
48
+ - [License](#license)
49
+
50
+ <a name="announcements"></a>
51
+
52
+ # Announcements
53
+
54
+ All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-text/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-text/releases). You may also subscribe to email for releases and breaking changes.
55
+
56
+ <a name="roadmap"></a>
57
+
58
+ # Roadmap
59
+
60
+ If you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/CoCreate-app/CoCreate-text/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-text/pulls). We would love to hear your feedback.
61
+
62
+ <a name="about"></a>
63
+
64
+ # About
65
+
66
+ CoCreate-text is guided and supported by the CoCreate Developer Experience Team.
67
+
68
+ Please Email the Developer Experience Team [here](mailto:develop@cocreate.app) in case of any queries.
69
+
70
+ CoCreate-text is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC.
71
+
72
+ <a name="contribute"></a>
73
+
74
+ # How to Contribute
75
+
76
+ We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreate-text/blob/master/CONTRIBUTING.md) guide for details.
77
+
78
+ We want this library to be community-driven, and CoCreate led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/CoCreate-app/CoCreate-text/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-text/pulls) or merely upvote or comment on existing issues or pull requests.
79
+
80
+ We appreciate your continued support, thank you!
81
+
82
+
83
+ <a name="license"></a>
84
+ # Dual License
85
+ ## Open Source
86
+ [GNU Affero General Public License version 3 (AGPL-3.0)](https://github.com/CoCreate-app/CoCreate-text/blob/master/LICENSE)
87
+
88
+ ## Commercial
89
+ For-profit companies and individuals intending to use CoCreate-text for
90
+ commercial use must purchase a commercial license. This license allows
91
+ source code modifications, but does not permit redistribution of
92
+ modifications.
93
+
94
+ The commercial license is designed for you to use CoCreate-text in commercial
95
+ products and applications, without the provisions of the GPLv3. With the
96
+ commercial license, your code is kept propietary, to yourself. If you
97
+ want to use CoCreate-text to develop commercial sites, themes, projects, and
98
98
  applications, the commercial license is the appropriate license.