From 3b0513a49313ef0cc882ea29679e17940fe5f487 Mon Sep 17 00:00:00 2001
From: ankitmishra88 <42653549+ankitmishra88@users.noreply.github.com>
Date: Sun, 22 Nov 2020 22:27:21 +0530
Subject: [PATCH] CCapture.all.min.js and gif.worker.js file location
As a beginner to the project, It seems confusions , where to find this CCapture.all.min.js and gif.worker.js file. To mention the location of these files too, in the document, with it is required and necessary too.
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index e86aeb5..fc0c72f 100755
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ Include CCapture[.min].js and [WebM Writer](https://github.com/thenickdude/webm-
```
-Or include the whole pack
+Or include the whole pack : /build/CCapture.all.min.js
```html
```
@@ -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