@srsergio/taptapp-ar 1.0.53 → 1.0.54
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 +10 -3
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -216,8 +216,15 @@ TapTapp AR uses a proprietary **Moonshot Vision Codec** that is significantly mo
|
|
|
216
216
|
|
|
217
217
|
---
|
|
218
218
|
|
|
219
|
-
## 📄 License &
|
|
219
|
+
## 📄 License & Recognition
|
|
220
220
|
|
|
221
|
-
|
|
221
|
+
**Taptapp AR** is created and maintained by **Sergio Lazaro**.
|
|
222
|
+
|
|
223
|
+
This project is licensed under the **GPL-3.0 License**.
|
|
224
|
+
This ensures that the project remains open and free, and that authorship is properly recognized. No "closed-source" usage is allowed without a commercial agreement.
|
|
225
|
+
|
|
226
|
+
Commercial licenses are available for proprietary applications. Please contact the author for details.
|
|
227
|
+
|
|
228
|
+
### Acknowledgements
|
|
229
|
+
This project evolved from the incredible work of [MindAR](https://github.com/hiukim/mind-ar-js). While the codebase has been extensively rewritten and optimized for performance, we gratefully acknowledge the foundation laid by the original authors.
|
|
222
230
|
|
|
223
|
-
Based on the core research of MindAR, but completely re-written for high-performance binary processing and JS-only execution.
|
package/package.json
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@srsergio/taptapp-ar",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.54",
|
|
4
|
+
"author": "Sergio Lazaro <srsergiolazaro@gmail.com>",
|
|
5
|
+
"license": "GPL-3.0",
|
|
4
6
|
"description": "Ultra-fast, lightweight Augmented Reality Image Tracking SDK for the web. Features an optimized offline compiler, React components, and compatibility with Three.js/A-Frame. No heavy ML frameworks required.",
|
|
5
7
|
"keywords": [
|
|
6
8
|
"web-ar",
|