1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-23 23:02:58 +00:00

Installed lz-string which will be used to compress exported data

This commit is contained in:
2024-07-07 05:57:54 +04:00
parent aaa1441a38
commit d671ca13f6
2 changed files with 3538 additions and 3519 deletions

7052
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -22,5 +22,8 @@
"typescript": "^5.0.0",
"vite": "^5.0.3"
},
"type": "module"
"type": "module",
"dependencies": {
"lz-string": "^1.5.0"
}
}