wrapbox 0.0.1 → 0.1.0
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 +9 -1
- package/dist/index.es.js +11244 -3885
- package/dist/index.umd.js +69 -3
- package/dist/recodemux.d.ts +8 -7
- package/package.json +3 -2
- package/dist/audio-track-encoder.d.ts +0 -31
- package/dist/meta-box.d.ts +0 -7
- package/dist/mp4-utils.d.ts +0 -28
- package/dist/video-track-encoder.d.ts +0 -39
package/README.md
CHANGED
|
@@ -84,4 +84,12 @@ mp4file.onReady = (info) => {
|
|
|
84
84
|
|
|
85
85
|
## License
|
|
86
86
|
|
|
87
|
-
|
|
87
|
+
WrapBox is licensed under a two-tier system:
|
|
88
|
+
- **Free License**: For individuals, small teams (up to 3 employees), and non-profits.
|
|
89
|
+
- **Company License**: For organizations with more than 3 employees.
|
|
90
|
+
|
|
91
|
+
For detailed terms, see [LICENSE](https://github.com/designcombo/combo#license).
|
|
92
|
+
|
|
93
|
+
## Telemetry
|
|
94
|
+
|
|
95
|
+
To improve the library and monitor usage for licensing compliance, WrapBox includes anonymous telemetry. It sends a simple ping when the library is initialized and when video creation starts. No personal data or video content is ever transmitted.
|