Skip to content

Commit

Permalink
Docs: reduce ambiguity of tile-based ZIP file output #474
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Jun 26, 2016
1 parent c3ad4fb commit 4b98dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ The size, overlap, container and directory layout to use when generating square
* `container` is a String, with value `fs` or `zip`. The default value is `fs`.
* `layout` is a String, with value `dz`, `zoomify` or `google`. The default value is `dz`.

You can also use the file extension .zip or .szi to write to a ZIP container instead of the filesystem.
You can also use the file extension `.zip` or `.szi` to write to a compressed archive file format.

```javascript
sharp('input.tiff')
Expand Down

0 comments on commit 4b98dbb

Please sign in to comment.