@srsergio/taptapp-ar 1.0.97 โ†’ 1.0.99

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.
Files changed (3) hide show
  1. package/LICENSE +12 -3
  2. package/README.md +13 -3
  3. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- MIT License
1
+ Fair Source License v0.9
2
2
 
3
3
  Copyright (c) 2026 Sergio Lรกzaro
4
4
 
@@ -9,8 +9,16 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
9
  copies of the Software, and to permit persons to whom the Software is
10
10
  furnished to do so, subject to the following conditions:
11
11
 
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
12
+ 1. The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ 2. A "Large Entity" (defined below) must obtain a separate commercial license
16
+ from the copyright holder before using the Software in any commercial
17
+ context.
18
+
19
+ 3. "Large Entity" means any organization or individual that:
20
+ a. Has 100 or more employees; or
21
+ b. Has $10,000,000 USD or more in annual revenue.
14
22
 
15
23
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
24
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
@@ -19,3 +27,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
27
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
28
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
29
  SOFTWARE.
30
+
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@srsergio/taptapp-ar.svg?style=flat-square)](https://www.npmjs.com/package/@srsergio/taptapp-ar)
4
4
  [![npm downloads](https://img.shields.io/npm/dm/@srsergio/taptapp-ar.svg?style=flat-square)](https://www.npmjs.com/package/@srsergio/taptapp-ar)
5
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://opensource.org/licenses/MIT)
5
+ [![License: Fair Source-0.9](https://img.shields.io/badge/License-Fair_Source--0.9-blue.svg?style=flat-square)](./LICENSE)
6
6
  [![Bundle Size](https://img.shields.io/bundlephobia/minzip/@srsergio/taptapp-ar?style=flat-square)](https://bundlephobia.com/package/@srsergio/taptapp-ar)
7
7
 
8
8
  ๐Ÿš€ **TapTapp AR** is a high-performance Augmented Reality (AR) toolkit for **Node.js** and **Browser** environments. It provides an ultra-fast offline compiler and a lightweight runtime for image tracking.
@@ -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.15s** | ๐Ÿš€ **~20x Faster** |
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** |
@@ -178,7 +178,17 @@ TapTapp AR uses a proprietary **Nanite-style Vision Codec** that is significantl
178
178
 
179
179
  ## ๐Ÿ“„ License & Credits
180
180
 
181
+ This project is licensed under the **Fair Source License v0.9**.
182
+
183
+ ### What does this mean?
184
+ - **Small Entities & Individuals**: You can use, modify, and distribute this software for **FREE** (including commercial use).
185
+ - **Large Entities**: If your organization has **100+ employees** OR **$10,000,000+ USD in annual revenue**, you must obtain a separate commercial license from the copyright holder before using it in a commercial context.
186
+
187
+ This model allows us to keep the project open and free for the community while ensuring sustainability from large-scale corporate usage.
188
+
189
+ ---
181
190
  MIT ยฉ [srsergiolazaro](https://github.com/srsergiolazaro)
182
191
 
183
- Based on the core research of MindAR, but completely re-written for high-performance binary processing and JS-only execution.
192
+ Based on core research from the community, but completely re-written for high-performance binary processing and JS-only execution.
193
+
184
194
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@srsergio/taptapp-ar",
3
- "version": "1.0.97",
3
+ "version": "1.0.99",
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",
@@ -23,7 +23,7 @@
23
23
  "natural-feature-tracking"
24
24
  ],
25
25
  "author": "Sergio Lรกzaro <slazaro.dev@gmail.com>",
26
- "license": "MIT",
26
+ "license": "Fair Source-0.9",
27
27
  "repository": {
28
28
  "type": "git",
29
29
  "url": "git+https://github.com/srsergiolazaro/taptapp-ar.git"