Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use JSZip, add ability to specify icons manually, return stream instead of buffer #8

Merged
merged 7 commits into from
May 22, 2016

Conversation

gbhrdt
Copy link
Contributor

@gbhrdt gbhrdt commented May 5, 2016

JSZip is maintained actively, while AdmZip is not. I chose to return a stream instead of a buffer, this of course is a breaking change. Returning a buffer is async with JSZip and this would be a breaking change, too.
I also added the ability to specify the icons manually, now you don't need to have a local directory with the icons and can just read them from the memory.

@kobim kobim self-assigned this May 22, 2016
@kobim kobim merged commit 5fb2376 into MySiteApp:master May 22, 2016
kobim added a commit that referenced this pull request May 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants