1.4.0 • Published 2 years ago

storages-proxy v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

storages-proxy

A simple, lightweight JavaScript API for handling browser storages

install

With Build Tools

$ npm i storages-proxy

Without Build Tools

<script src="dist/iife/index.min.js"></script>
<script>
  Storages.createGlobalLocalStorage({ path: '/' });
</script>