Skip to content

Beginning rework eendraadschema to be compliant with Vite framework and ESM modules #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/*
dist/*
1 change: 0 additions & 1 deletion builddate.js

This file was deleted.

13 changes: 0 additions & 13 deletions compile

This file was deleted.

4 changes: 2 additions & 2 deletions css/about.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
body {
# background-color: white;
/* background-color: white; */
}

html {
# background: url(bg.jpg) no-repeat center center fixed;
/* background: url(bg.jpg) no-repeat center center fixed; */
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
Expand Down
10,935 changes: 0 additions & 10,935 deletions eendraadschema.js

This file was deleted.

11 changes: 5 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
<!DOCTYPE html>
<html>
<head>
<script src="prop/prop_scripts.js"></script>
<script src="builddate.js"></script>
<script src="pako/pako.min.js"></script>
<script src="jsPDF/jspdf.umd.min.js"></script>
<script src="jsPDF/print.js"></script>
<link rel="stylesheet" href="css/styles.css">
<title>Eendraadschema online tekenen</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
Expand All @@ -24,10 +19,14 @@
<div id="app">
<svg id="svgdefs"></svg> <!-- Bevat SVG patronen die app-wide gebruikt worden -->
<div id="configsection" class="configsection"></div> <!-- Full page configuratie -->


<div id="ribbon" style="display:none;">
<div id="left-icons" class="left-icons"></div>
<div id="right-icons" class="right-icons"></div>
</div> <!-- Ribbon -->


<div id="canvas_2col" style="display:none;"> <!-- Eendraadschema-->
<div id="left_col">
<div id="left_col_inner"></div>
Expand All @@ -47,6 +46,6 @@
<input id="importfile" type="file" accept=".eds" onchange="importjson(event)" style="display:none;" >
<input id="appendfile" type="file" accept=".eds" onchange="appendjson(event)" style="display:none;" >
<input type="file" id="fileInput" accept="image/*" style="display:none;">
<script src="eendraadschema.js"></script>
<script type="module" src="/src/main.ts" defer></script>
</body>
</html>
398 changes: 0 additions & 398 deletions jsPDF/jspdf.umd.min.js

This file was deleted.

1 change: 0 additions & 1 deletion jsPDF/jspdf.umd.min.js.map

This file was deleted.

267 changes: 0 additions & 267 deletions jsPDF/print.js

This file was deleted.

Loading