diff options
author | crupest <crupest@outlook.com> | 2021-04-02 23:16:10 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-02 23:16:10 +0800 |
commit | d9a303d4e832dfcc7599ae750b8a4258f80ea677 (patch) | |
tree | 64fcb4985a3463bd5a3f14bc304c99acc54b517c /FrontEnd/package.json | |
parent | 11127533782ba29fe803aa030dfc2b454771891b (diff) | |
download | timeline-d9a303d4e832dfcc7599ae750b8a4258f80ea677.tar.gz timeline-d9a303d4e832dfcc7599ae750b8a4258f80ea677.tar.bz2 timeline-d9a303d4e832dfcc7599ae750b8a4258f80ea677.zip |
fix: Fix base64 bug for unicode string.
Diffstat (limited to 'FrontEnd/package.json')
-rw-r--r-- | FrontEnd/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 9af1c596..f8ca1d5d 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -14,6 +14,7 @@ "core-js": "^3.10.0",
"i18next": "^20.1.0",
"i18next-browser-languagedetector": "^6.1.0",
+ "js-base64": "^3.6.0",
"localforage": "^1.9.0",
"lodash": "^4.17.21",
"pepjs": "^0.5.3",
|