added fflate on static asset and libPath

This commit is contained in:
4nshuman 2024-10-05 23:43:15 +05:30
parent 1929aaf5ef
commit 4c7b75ed67
2 changed files with 3 additions and 1 deletions

View File

@ -32,6 +32,7 @@ const lib_paths =[
`/lib/iro.min.js`,
`/lib/isMobile.min.js`,
`/lib/jszip-3.10.1.min.js`,
`/lib/fflate-0.8.2.min.js`,
]
// Ordered list of CSS stylesheets

View File

@ -11,5 +11,6 @@ module.exports = [
"timeago.min.js",
"iro.min.js",
"isMobile.min.js",
"jszip-3.10.1.min.js"
"jszip-3.10.1.min.js",
"fflate-0.8.2.min.js"
];