Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Include CCapture[.min].js and [WebM Writer](https://github.com/thenickdude/webm-
<!-- Include download.js for easier file download -->
<script src="download.js"></script>
```
Or include the whole pack
Or include the whole pack : /build/CCapture.all.min.js
```html
<script src="CCapture.all.min.js"></script>
```
Expand All @@ -78,7 +78,7 @@ To create a CCapture object, write:
var capturer = new CCapture( { format: 'webm' } );

// Create a capturer that exports an animated GIF
// Notices you have to specify the path to the gif.worker.js
// Notices you have to specify the path to the gif.worker.js : /src/gif.worker.js
var capturer = new CCapture( { format: 'gif', workersPath: 'js/' } );

// Create a capturer that exports PNG images in a TAR file
Expand Down