Skip to content

Commit

Permalink
Integrated html2canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
pauld0051 committed Jan 18, 2024
1 parent b1d9186 commit 62fdc5a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion latex.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<script src="https://kit.fontawesome.com/18fe617275.js" crossorigin="anonymous"></script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script src="https://html2canvas.hertzen.com/dist/html2canvas.min.js"></script>
<script src="scripts/html2canvas.min.js"></script>


<!-- Add any additional meta tags and scripts here -->
Expand Down
2 changes: 1 addition & 1 deletion physics_A1_kinematics.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<script src="https://kit.fontawesome.com/18fe617275.js" crossorigin="anonymous"></script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script src="https://html2canvas.hertzen.com/dist/html2canvas.min.js"></script>
<script src="scripts/html2canvas.min.js"></script>


<!-- Add any additional meta tags and scripts here -->
Expand Down
2 changes: 1 addition & 1 deletion physics_A2_forces_and_momentum.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<script src="https://kit.fontawesome.com/18fe617275.js" crossorigin="anonymous"></script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script src="https://html2canvas.hertzen.com/dist/html2canvas.min.js"></script>
<script src="scripts/html2canvas.min.js"></script>


<!-- Add any additional meta tags and scripts here -->
Expand Down
20 changes: 20 additions & 0 deletions scripts/html2canvas.min.js

Large diffs are not rendered by default.

0 comments on commit 62fdc5a

Please sign in to comment.