Skip to content

Commit

Permalink
Use cdnjs to load assets to fix loading of stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
n-peugnet committed Jul 15, 2024
1 parent e5da7c1 commit cca179f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<meta name="description" content="">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">

<link rel="stylesheet" href="https://github.com/n-peugnet/image-map-creator/releases/latest/download/image-map-creator.bundle.css?response-content-type=text%2Fcss" />
<script src="https://github.com/n-peugnet/image-map-creator/releases/latest/download/image-map-creator.bundle.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/image-map-creator/dist/image-map-creator.bundle.css" />
<script src="https://cdn.jsdelivr.net/npm/image-map-creator/dist/image-map-creator.bundle.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.0/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.6.0/addons/p5.dom.min.js"></script>
</head>
Expand Down

0 comments on commit cca179f

Please sign in to comment.