@neq1/local-storage
v2.0.0-alpha.1
Published
N=1 local-storage support
Downloads
4
Maintainers
Readme
Local Storage
A component of N=1. Source code is available at GitHub.
This component implements function loadFromLocalStorage(prefix: string, key: string) and function saveToLocalStorage(prefix: string, key: string, value: ParamValue) for storing Params
Params will call this using the Params name for the prefix so the Params name should be unique within each browser.