@stratametriq/id-card-designer 1.4.2 → 1.5.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 +19 -0
- package/dist/index.es.js +5225 -5105
- package/dist/index.js +107 -107
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,19 @@
|
|
|
1
1
|
# 📦 @stratametriq/id-card-designer
|
|
2
2
|
|
|
3
|
+

|
|
4
|
+

|
|
5
|
+

|
|
6
|
+
|
|
3
7
|
A universal, dynamic, and highly customizable ID Card Designer, Turnkey Dashboard & A4 Multi-Page PDF Rendering Engine for React, Vue, Angular, and Vanilla JS.
|
|
4
8
|
|
|
5
9
|
Whether you are building an **Educational ERP / Student Information System**, **Faculty & Staff Directory**, **Hospital / Medical Access Portal**, **Corporate Employee Directory**, or **Event Badge Generator**, `@stratametriq/id-card-designer` gives your users a professional visual canvas right inside your application to design, customize, preview, and batch export PVC ID cards.
|
|
6
10
|
|
|
11
|
+
## 🚀 What's New in v1.5.0
|
|
12
|
+
|
|
13
|
+
- **Dedicated Bulk CSV Import Workspace**: Uploading a `.csv` file now creates a pristine "Imported Data" workspace tab in your dashboard, automatically extracting CSV headers as dynamic text fields for the studio property inspector!
|
|
14
|
+
- **Expanded Printing Dimensions**: The A4 Engine is no longer just A4! The dashboard and the underlying PDF generator now natively support mathematical layout matrices for **A3, A4, A5, US Letter, and US Legal** paper sheets.
|
|
15
|
+
- **Flawless Landscape PDF Scaling**: Rewrote core engine logic to flawlessly handle and rotate hardware crop marks during multi-page landscape batch PDF generation.
|
|
16
|
+
|
|
7
17
|
---
|
|
8
18
|
|
|
9
19
|
## 🌟 Features
|
|
@@ -643,6 +653,15 @@ By embedding `@stratametriq/id-card-designer` directly into your ERP, your users
|
|
|
643
653
|
**Q: Is it white-labeled?**
|
|
644
654
|
**A:** Yes, the Commercial Enterprise license allows you to completely remove all Stratametriq branding. Your customers will assume you built this incredible feature from scratch!
|
|
645
655
|
|
|
656
|
+
**Q: How do I know this NPM package isn't malware that will hack our ERP?**
|
|
657
|
+
**A:** Our codebase is 100% unminified and transparent. Your security engineers can read every line of code. Furthermore, our engine makes **zero network requests** (no "phone home" APIs) and runs entirely client-side. It has no access to your backend servers, database, or environment variables, making data exfiltration impossible.
|
|
658
|
+
|
|
659
|
+
**Q: What does my engineering team need in order to install this?**
|
|
660
|
+
**A:** The prerequisites are simple:
|
|
661
|
+
1. **Node.js** environment.
|
|
662
|
+
2. A modern package manager (**npm, yarn, or pnpm**).
|
|
663
|
+
3. A frontend application running **React 17/18** or **Next.js** (Vue/Angular require a React adapter).
|
|
664
|
+
|
|
646
665
|
---
|
|
647
666
|
|
|
648
667
|
## 📜 License
|