README
cookie-to-localstorage
CRUD cookie to localStorage
if you can't use cookie api but you don't want to change your code, you can use this.
CRUD cookie to localstorage
<script type="module">
import cookieToLocalstorage from 'https://cdn.skypack.dev/cookie-to-localstorage';
</script>
CRUD cookie to localStorage
if you can't use cookie api but you don't want to change your code, you can use this.