• Stars
    star
    228
  • Rank 175,267 (Top 4 %)
  • Language
    JavaScript
  • License
    Other
  • Created over 10 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

JSZipUtils

A collection of cross-browser utilities to go along with JSZip, see http://stuk.github.io/jszip-utils for all the documentation.

It has two parts, one for every browsers and one for IE < 10. To use it :

<script type="text/javascript" src="dist/jszip-utils.js"></script>
<!--
Mandatory in IE 6, 7, 8 and 9.
-->
<!--[if IE]>
<script type="text/javascript" src="dist/jszip-utils-ie.js"></script>
<![endif]-->

Development

Run npm test to lint, build, and launch a server at http://localhost:8080/test/ . Open the page in a browser to verify that the tests are passing.

If you have a Saucelabs account set the SAUCE_USERNAME and SAUCE_ACCESS_KEYenvironment variables to test remotely.

License

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

More Repositories

1

jszip

Create, read and edit .zip files with Javascript
JavaScript
9,729
star
2

require1k

A minimal, and yet practically useful, CommonJS/Node.js `require` module loader for the browser in under 1000 bytes
JavaScript
345
star
3

server-replay

Replay server responses from a HAR file
JavaScript
140
star
4

eslint-plugin-header

ESLint plugin to ensure that files begin with given comment
JavaScript
71
star
5

gooss

Use a Google spreadsheet as a database, no server-side code needed.
JavaScript
62
star
6

promise-me

Code transformer to change Node-style callbacks into promises.
JavaScript
46
star
7

Bubble-cursor

A bookmarket to add bubble cursor functionality to any website.
JavaScript
25
star
8

generate-words

Generate random (English) words.
JavaScript
14
star
9

sublime-edit-history

Deprecated, see ST3 note – Navigate back and forward between edit locations in the current file.
Python
13
star
10

jquery-reticulator

Put a grid over your layout!
JavaScript
5
star
11

phantom-wd

A webdriver wrapper around PhantomJS
JavaScript
5
star
12

foundry-heroku

Run Foundry Virtual Tabletop on Heroku and save data to GitHub, all for free.
JavaScript
4
star
13

tweet-page-chrome-extension

JavaScript
3
star
14

gs-desktop

A simple Python wrapper around the Grooveshark website, with support for media keys
Python
3
star
15

gooss-quickstart

Everything you need to get started with gooss.js, https://github.com/Stuk/gooss
JavaScript
3
star
16

bundle3

A Javascript-powered website listing all of the many indie bundles being released
JavaScript
3
star
17

js1k-2010

My entry for the 2010 JS1K competition
JavaScript
2
star
18

broken-app

JavaScript
1
star
19

sublime-recent-tab-sort

Keep your tabs/open files sorted in order of activation
Python
1
star
20

asdf

JavaScript
1
star
21

montage-compile-css-demo

A proof of concept to show how CSS could be compiled in Montage
JavaScript
1
star