Skip to content

Commit 6ed8248

Browse files
authored
add spin.js dependency to README.md
via https://spin.js.org/ after they moved to only providing typescript and no compiled version via NPM
1 parent aa1839e commit 6ed8248

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ When specifying layers to include or exclude, use [their names as listed in the
7777
<link href="../node_modules/leaflet/dist/leaflet.css" rel="stylesheet" />
7878
<link href="../dist/LeafletEnvironmentalLayers.css" rel="stylesheet" />
7979
<link href="../node_modules\@fortawesome\fontawesome-free\css\all.min.css" rel="stylesheet" />
80+
<script type="module" src="node_modules/spin.js/spin.js"></script>
81+
<link rel="stylesheet" href="node_modules/spin.js/spin.css">
8082

8183
<!-- Bootstrap - not needed if you use simpleLayerControl:true -->
8284
<script src="../node_modules\bootstrap\dist\js\bootstrap.min.js"></script>

0 commit comments

Comments
 (0)