We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb9666 commit ec28411Copy full SHA for ec28411
public/index.html
@@ -14,7 +14,7 @@
14
<link rel="stylesheet" href="<%= BASE_URL %>draw.css" />
15
<script src="<%= BASE_URL %>draw.js"></script>
16
17
- <link rel="stylesheet" href="<%= BASE_URL %>styles/ramp.css" />
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ramp-pcar/dist/esDynamic/ramp.css" />
18
19
<script
20
type="text/javascript"
@@ -41,9 +41,9 @@
41
42
src="<%= BASE_URL %>js/rv-main.js"
43
></script>
44
- <script
45
- type="text/javascript"
46
- src="<%= BASE_URL %>js/ramp.js"
47
- ></script>
+ <script type="module">
+ import * as R4 from 'https://cdn.jsdelivr.net/npm/ramp-pcar/dist/esDynamic/ramp.js';
+ window.RAMP4 = R4;
+ </script>
48
</body>
49
</html>
0 commit comments