Skip to content

Commit

Permalink
Remove inline pdf generation
Browse files Browse the repository at this point in the history
  • Loading branch information
opsb committed Mar 26, 2021
1 parent 6d9880c commit f0230b5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@

gtag('config', 'UA-112044741-2');
</script>
<script src="https://unpkg.com/jspdf@latest/dist/jspdf.min.js"></script>
<script src="https://github.com/niklasvh/html2canvas/releases/download/v1.0.0-alpha.12/html2canvas.min.js"></script>
</head>
<body>
<noscript>
Expand Down
Binary file modified public/opsb.pdf
Binary file not shown.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import "./main.css";
import { Elm } from "./Main.elm";
import Pdf from "./pdf.js";

Elm.Main.init({
node: document.getElementById("root"),
Expand Down

0 comments on commit f0230b5

Please sign in to comment.