@stratametriq/id-card-designer 1.4.1 → 1.4.2

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 (2) hide show
  1. package/README.md +17 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -628,6 +628,23 @@ my-consumer-app/
628
628
 
629
629
  ---
630
630
 
631
+ ## ❓ Frequently Asked Questions (FAQ)
632
+
633
+ **Q: Why should my company use this instead of a design tool like Canva?**
634
+ **A:** Canva is a manual design tool; our software is an **automation pipeline**. If a school has 1,000 students, using a consumer design app requires HR to manually type 1,000 names, crop 1,000 photos, generate 1,000 QR codes, and manually align them on A4 paper (80+ hours of work).
635
+ By embedding `@stratametriq/id-card-designer` directly into your ERP, your users click one "Batch Print" button. Our engine pulls the data from your database, maps the variables, generates 1,000 QR codes, calculates the A4 cut-sheet math, and spits out a 112-page PDF in exactly 3 seconds.
636
+
637
+ **Q: Our non-technical HR team doesn't know how to code. How do they use this?**
638
+ **A:** They will never see a single line of code! Your engineering team installs our NPM package into your codebase just once. From that point on, your non-technical users get a beautiful, intuitive visual dashboard inside your app to drag-and-drop elements and manage batches.
639
+
640
+ **Q: Is our sensitive employee data sent to your servers?**
641
+ **A:** No. Our library runs 100% **Client-Side** in the browser. When your users generate ID cards, the data never leaves their local machine, ensuring full GDPR and data privacy compliance.
642
+
643
+ **Q: Is it white-labeled?**
644
+ **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
+
646
+ ---
647
+
631
648
  ## 📜 License
632
649
 
633
650
  Dual-licensed under the [MIT License](./LICENSE) (for open-source/non-commercial) and a Commercial Enterprise License (for commercial usage). © Stratametriq
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stratametriq/id-card-designer",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },