react-leaflet-freedraw
Version:
React Component for freedraw
20 lines (18 loc) • 504 B
HTML
<html>
<head>
<meta charset="utf-8" />
<title>React-Leaflet-Freedraw examples</title>
<link
rel="stylesheet"
href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css"
integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A=="
crossorigin=""
/>
<link rel="stylesheet" href="css/default.css" />
</head>
<body>
<div id="app"></div>
<script src="./index.js"></script>
</body>
</html>