Skip to content

Commit

Permalink
Adding node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
crazoter committed Jun 24, 2019
1 parent 151b07e commit 803d336
Show file tree
Hide file tree
Showing 43 changed files with 3,755 additions and 1,551 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
Binary file removed PanoptoPlus/dist/PanoptoPlus.zip
Binary file not shown.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ To create a chrome extension to improve the webcasting experience for panopto. I

### Development Instructions
1. Clone this git repository on your computer.
2. Launch Google Chrome & put in "chrome://extensions" in the URL.
3. Switch on Developer mode (top right corner).
4. Select "Load Unpacked" and select the "PanoptoPlus" folder.
5. The extension is loaded. Whenever you need to modify and test code, load the extension like in step 4 and reload the page.
2. Navigate to the cloned repository and execute `npm install`.
3. Launch Google Chrome & put in "chrome://extensions" in the URL.
4. Switch on Developer mode (top right corner).
5. Select "Load Unpacked" and select the "PanoptoPlus/dev" folder.
6. The extension is loaded. Whenever you need to modify and test code, load the extension like in step 4 and reload the page.
7. To build the documentation, execute `npm run make_docs`. Documentation uses jsdoc (refer to package.json).
8. [IN DEVELOPMENT] To build the files for distribution, execute `npm run build`. Javascript files will be minified and placed in the dist folder for extension packaging. For developmental work, you can just stick with steps 3 - 6.

### Deployment Instructions
The extension can be used as is by following the development instructions. However, the production distribution is not ready yet.
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion jsdocs/ContextBridge.html
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="ContextBr
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 24 2019 12:00:05 GMT+0800 (Singapore Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 24 2019 12:36:18 GMT+0800 (Singapore Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdocs/LoggerDisabler.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="ContextBr
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 24 2019 12:00:05 GMT+0800 (Singapore Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 24 2019 12:36:18 GMT+0800 (Singapore Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdocs/Settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="ContextBr
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 24 2019 12:00:05 GMT+0800 (Singapore Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 24 2019 12:36:18 GMT+0800 (Singapore Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdocs/Sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="ContextBr
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 24 2019 12:00:05 GMT+0800 (Singapore Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 24 2019 12:36:18 GMT+0800 (Singapore Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdocs/SilenceCueManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="ContextBr
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 24 2019 12:00:05 GMT+0800 (Singapore Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 24 2019 12:36:18 GMT+0800 (Singapore Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdocs/SpeedSlider.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="ContextBr
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 24 2019 12:00:05 GMT+0800 (Singapore Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 24 2019 12:36:18 GMT+0800 (Singapore Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdocs/Subtitles.html
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="ContextBr
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 24 2019 12:00:05 GMT+0800 (Singapore Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 24 2019 12:36:18 GMT+0800 (Singapore Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdocs/TSTracker.html
Original file line number Diff line number Diff line change
Expand Up @@ -1464,7 +1464,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="ContextBr
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 24 2019 12:00:05 GMT+0800 (Singapore Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 24 2019 12:36:18 GMT+0800 (Singapore Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdocs/Template.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="ContextBr
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 24 2019 12:00:05 GMT+0800 (Singapore Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 24 2019 12:36:18 GMT+0800 (Singapore Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdocs/Transcript.html
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="ContextBr
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 24 2019 12:00:05 GMT+0800 (Singapore Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 24 2019 12:36:18 GMT+0800 (Singapore Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdocs/TranscriptRequester.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="ContextBr
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 24 2019 12:00:05 GMT+0800 (Singapore Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 24 2019 12:36:18 GMT+0800 (Singapore Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdocs/TranscriptSource.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="ContextBr
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 24 2019 12:00:05 GMT+0800 (Singapore Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 24 2019 12:36:18 GMT+0800 (Singapore Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion jsdocs/TranscriptSourcePanopto.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="ContextBr
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 24 2019 12:00:05 GMT+0800 (Singapore Standard Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Mon Jun 24 2019 12:36:18 GMT+0800 (Singapore Standard Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
Loading

0 comments on commit 803d336

Please sign in to comment.