@freik/pedroviz 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +102 -38
- package/dist/index-1wdsy1g5.css +1 -0
- package/dist/index-fh6bm18e.js +134 -0
- package/dist/index.html +2 -2
- package/dist/logo-nspswy0y.png +0 -0
- package/dist/main.js +150 -19465
- package/package.json +14 -12
- package/dist/field-dark-kfzgjbw0.jpg +0 -0
- package/dist/field-light-p0m7q5e8.jpg +0 -0
- package/dist/index-0k6xv586.css +0 -121
- package/dist/index-9vzrarn0.js +0 -50869
- package/dist/index-9vzrarn0.js.map +0 -590
- package/dist/logo-pefhw544.png +0 -0
- package/dist/main.js.map +0 -494
package/dist/index.html
CHANGED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
I used <a href="https://www.textstudio.com/">Font generator</a>
|
|
8
8
|
and the Cooper Black font to generate the icon
|
|
9
9
|
-->
|
|
10
|
-
<link rel="icon" type="image/png" href="./logo-
|
|
10
|
+
<link rel="icon" type="image/png" href="./logo-nspswy0y.png" />
|
|
11
11
|
<title>Viz4Pedro</title>
|
|
12
|
-
<link rel="stylesheet" crossorigin href="./index-
|
|
12
|
+
<link rel="stylesheet" crossorigin href="./index-1wdsy1g5.css"><script type="module" crossorigin src="./index-fh6bm18e.js"></script></head>
|
|
13
13
|
<body>
|
|
14
14
|
<div id="root"></div>
|
|
15
15
|
|
|
Binary file
|