Skip to content

Commit 5959f73

Browse files
authored
Add files via upload
1 parent 342e1e7 commit 5959f73

File tree

4 files changed

+1143
-1
lines changed

4 files changed

+1143
-1
lines changed

index.html

+36-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,36 @@
1-
<h1>Hello</h1>
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Patch Editor V3</title>
7+
<style>
8+
body, html {
9+
margin: 0;
10+
padding: 0;
11+
overflow: hidden;
12+
background-color: white;
13+
height: 100%;
14+
15+
}
16+
* {
17+
box-sizing: border-box;
18+
}
19+
body {
20+
display: flex;
21+
justify-content: center;
22+
align-items: center;
23+
flex-direction: column;
24+
}
25+
/*patch-loader {
26+
max-width: 999px !important;
27+
max-height: 640px;
28+
}*/
29+
30+
</style>
31+
</head>
32+
<body>
33+
<patch-loader patch="./examples/FaustFM.json"></patch-loader>
34+
<script src="./index.js" type="module"></script>
35+
</body>
36+
</html>

index.js

+1,024
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.js.map

+83
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

logo.png

31.7 KB
Loading

0 commit comments

Comments
 (0)