@stratametriq/id-card-designer 1.4.2 → 1.4.3
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 +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -643,6 +643,15 @@ By embedding `@stratametriq/id-card-designer` directly into your ERP, your users
|
|
|
643
643
|
**Q: Is it white-labeled?**
|
|
644
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
645
|
|
|
646
|
+
**Q: How do I know this NPM package isn't malware that will hack our ERP?**
|
|
647
|
+
**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.
|
|
648
|
+
|
|
649
|
+
**Q: What does my engineering team need in order to install this?**
|
|
650
|
+
**A:** The prerequisites are simple:
|
|
651
|
+
1. **Node.js** environment.
|
|
652
|
+
2. A modern package manager (**npm, yarn, or pnpm**).
|
|
653
|
+
3. A frontend application running **React 17/18** or **Next.js** (Vue/Angular require a React adapter).
|
|
654
|
+
|
|
646
655
|
---
|
|
647
656
|
|
|
648
657
|
## 📜 License
|