Skip to content

Commit

Permalink
Merge pull request #87 from dnlnashed/ramp-update
Browse files Browse the repository at this point in the history
Update RAMP library using latest release (#87)
  • Loading branch information
szczz authored Dec 27, 2024
2 parents 0ca8088 + ec28411 commit a426ee1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link rel="stylesheet" href="<%= BASE_URL %>draw.css" />
<script src="<%= BASE_URL %>draw.js"></script>

<link rel="stylesheet" href="<%= BASE_URL %>styles/ramp.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ramp-pcar/dist/esDynamic/ramp.css" />

<script
type="text/javascript"
Expand All @@ -41,9 +41,9 @@
type="text/javascript"
src="<%= BASE_URL %>js/rv-main.js"
></script>
<script
type="text/javascript"
src="<%= BASE_URL %>js/ramp.js"
></script>
<script type="module">
import * as R4 from 'https://cdn.jsdelivr.net/npm/ramp-pcar/dist/esDynamic/ramp.js';
window.RAMP4 = R4;
</script>
</body>
</html>

0 comments on commit a426ee1

Please sign in to comment.