@stratametriq/id-card-designer 1.8.7 → 1.9.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 +7 -2
- package/dist/index.es.js +13904 -12406
- package/dist/index.js +171 -151
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
A universal, dynamic, and highly customizable **ID Card Designer & Batch Print Dashboard** for React, Vue, Angular, and Vanilla JS.
|
|
4
4
|
|
|
5
|
-
> **Current release:** 1.
|
|
5
|
+
> **Current release:** 1.9.0
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
@@ -10,7 +10,7 @@ A universal, dynamic, and highly customizable **ID Card Designer & Batch Print D
|
|
|
10
10
|
|
|
11
11
|
- [Overview](#overview)
|
|
12
12
|
- [Live Demo](#live-demo)
|
|
13
|
-
- [What's New in v1.
|
|
13
|
+
- [What's New in v1.9.0](#whats-new-in-v190)
|
|
14
14
|
- [Features](#features)
|
|
15
15
|
- [How It Works](#how-it-works)
|
|
16
16
|
- [Import Data](#import-data)
|
|
@@ -50,6 +50,11 @@ You can launch a complete ID card design studio and batch print dashboard with j
|
|
|
50
50
|
|
|
51
51
|
---
|
|
52
52
|
|
|
53
|
+
## What's New in v1.9.0
|
|
54
|
+
- **AI Background Removal:** Integrated an advanced, fully client-side WebAssembly machine learning model (`@imgly/background-removal`) directly into the Live Roster Data Table. Users can now perfectly remove the background from uploaded profile photos or webcam captures with a single click, completely offline, without any backend processing or API keys.
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
53
58
|
## What's New in v1.8.0
|
|
54
59
|
- **Canva-Style Smart Alignment Guides:** Magnetically snap elements to the center of the card or align them perfectly with other elements using color-coded visual guides (Purple for center, Red for edges).
|
|
55
60
|
- **High-Res ZIP Export:** Batch export individual ID cards as high-resolution (300 DPI) PNG files neatly packaged in a single ZIP archive.
|