Upload files to "scripts/vendor"

This commit is contained in:
2026-02-10 18:56:32 +00:00
parent adfc75ec35
commit 163f07e52c
3 changed files with 429 additions and 0 deletions

11
scripts/vendor/README.txt vendored Normal file
View File

@@ -0,0 +1,11 @@
Vendor scripts for the Storage Saturation Report component.
html2canvas.min.js (optional, for Export Image and PDF):
Download from: https://cdnjs.cloudflare.com/ajax/libs/html2canvas/1.4.1/html2canvas.min.js
Save as: html2canvas.min.js in this directory.
If missing, the component will try the CDN (may be blocked by tracking prevention).
jspdf.umd.min.js (optional, for Export PDF):
Download from: https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js
Save as: jspdf.umd.min.js in this directory.
If missing, the component will try the CDN for client-side PDF export.

20
scripts/vendor/html2canvas.min.js vendored Normal file

File diff suppressed because one or more lines are too long

398
scripts/vendor/jspdf.umd.min.js vendored Normal file

File diff suppressed because one or more lines are too long