@stratametriq/id-card-designer 1.8.0 → 1.8.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.
- package/README.md +10 -1
- package/dist/index.es.js +10182 -10041
- package/dist/index.js +144 -129
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -260,7 +260,16 @@ Required for any commercial use, including:
|
|
|
260
260
|
## FAQ
|
|
261
261
|
|
|
262
262
|
**How is this different from Canva?**
|
|
263
|
-
Canva is designed primarily for visual
|
|
263
|
+
Canva is designed primarily for single visual designs. `@stratametriq/id-card-designer` focuses on an automated, data-driven ID-card workflow: One Template + Many Spreadsheet Records = Batch Printable ID Cards in seconds.
|
|
264
|
+
|
|
265
|
+
**Is it safe to upload my Excel/CSV data? Is it 100% secure?**
|
|
266
|
+
**YES. It is 100% secure.** When you upload an Excel or CSV file containing sensitive student or employee data, **none of that data is ever sent to a server**. The entire ID Card Designer runs natively in your local web browser using the HTML5 File API. Your data remains strictly on your computer and is saved temporarily in your browser's local IndexedDB.
|
|
267
|
+
|
|
268
|
+
**Do I need to install any software? Will it give me a virus?**
|
|
269
|
+
**No installation is required.** ID Card Studio is a purely web-based application (SaaS). You do not need to download or install any `.exe` or `.dmg` files, which means there is **zero risk of viruses or malware**. You simply open your web browser, log in securely, and start designing.
|
|
270
|
+
|
|
271
|
+
**Are my login details safe?**
|
|
272
|
+
Yes. Authentication is handled by enterprise-grade security providers. Your passwords are encrypted, and standard login protections (like Google Single Sign-On and Magic Links) are used to ensure your account is completely safe from unauthorized access.
|
|
264
273
|
|
|
265
274
|
**Does the core workflow require a StrataMetriq server?**
|
|
266
275
|
No backend server from StrataMetriq is required for the documented client-side card-generation workflow.
|