GithubHelp home page GithubHelp logo

doytsujin / jszip Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stuk/jszip

0.0 1.0 0.0 2.59 MB

Create, read and edit .zip files with Javascript

Home Page: http://stuartk.com/jszip

License: Other

JavaScript 97.31% HTML 2.69%

jszip's Introduction

JSZip Build Status Code Climate

Selenium Test Status

A library for creating, reading and editing .zip files with JavaScript, with a lovely and simple API.

See https://stuk.github.io/jszip for all the documentation.

var zip = new JSZip();

zip.file("Hello.txt", "Hello World\n");

var img = zip.folder("images");
img.file("smile.gif", imgData, {base64: true});

zip.generateAsync({type:"blob"}).then(function(content) {
    // see FileSaver.js
    saveAs(content, "example.zip");
});

/*
Results in a zip containing
Hello.txt
images/
    smile.gif
*/

License

JSZip is dual-licensed. You may use it under the MIT license or the GPLv3 license. See LICENSE.markdown.

jszip's People

Contributors

dduponchel avatar stuk avatar mithgol avatar evilaliv3 avatar jsoref avatar ddxdental avatar maxwellium avatar edi9999 avatar feugy avatar chalker avatar adm90 avatar 3on avatar isochronous avatar calvinmetcalf avatar luzpaz avatar patrickjs avatar majindageta avatar zackmfleischman avatar gztomas avatar sergio91pt avatar sheetjsdev avatar kalmi avatar kemitchell avatar kirill89 avatar kkirsche avatar jimmywarting avatar harry-wood avatar guillaumeleclerc avatar x2764tech avatar humphd avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.