@srsergio/taptapp-ar 1.0.97 → 1.0.98
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -59,7 +59,7 @@ npm install @srsergio/taptapp-ar
|
|
|
59
59
|
|
|
60
60
|
| Metric | Official MindAR | TapTapp AR V11 | Improvement |
|
|
61
61
|
| :--- | :--- | :--- | :--- |
|
|
62
|
-
| **Compilation Time** | ~23.50s | **~1.
|
|
62
|
+
| **Compilation Time** | ~23.50s | **~1.69s (HD)** | 🚀 **~14x Faster** |
|
|
63
63
|
| **Output Size (.taar)** | ~770 KB | **~103 KB** | 📉 **86% Smaller** |
|
|
64
64
|
| **Matching Logic** | Brute-force | **Nanite LOD (Scale-Filtered)** | 🧠 **Smart Extraction** |
|
|
65
65
|
| **Tracking Data** | 8-bit Gray | **4-bit Packed** | 📦 **50% Data Saving** |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@srsergio/taptapp-ar",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.98",
|
|
4
4
|
"description": "Ultra-fast Augmented Reality (AR) SDK for Node.js and Browser. Image tracking with 100% pure JavaScript, zero-dependencies, and high-performance compilation.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"augmented reality",
|