https://github.com/koharakazuya/zipweb
A zip file creation service on web.
https://github.com/koharakazuya/zipweb
zip
Last synced: 8 months ago
JSON representation
A zip file creation service on web.
- Host: GitHub
- URL: https://github.com/koharakazuya/zipweb
- Owner: KoharaKazuya
- License: mit
- Created: 2020-08-08T03:51:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-04T10:53:30.000Z (almost 2 years ago)
- Last Synced: 2024-12-26T18:19:14.381Z (over 1 year ago)
- Topics: zip
- Language: JavaScript
- Homepage: https://zipweb.koharakazuya.net/
- Size: 248 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zip Web
A zip file creation service on web.
Creates zip files and avoids well known issues on Windows and macOS.
## Features
- Web service that can be used offline
- Generates the zip file from a directory
- No `Thumbs.db`, `__MACOSX`, `*.DS_Store`
- No file metadata (e.g.: Permission, Modified timestamp)
- Avoids mojibake: uses UTF-8 instead of Shift-JIS
- Never upload the zip content
## Acknowledgements
-
- [ZIP の仕様を日本語でまとめる](https://gist.github.com/ysakasin/2edf8d3bf55c6ebf63f82851e302b030)
- [ZIP (ファイルフォーマット) - Wikipedia]()
- [Reading and writing files and directories with the browser-nativefs library](https://web.dev/browser-nativefs/)