clefs-localstorage

0.0.4 • Public • Published

clefs-localstorage

A clefs layer backed by localstorage-fs.

Getting started

Installing

	npm i -S clefs clefs-localstorage

Usage

	import clefs from 'clefs/browser';
	import localstorage from 'clefs-localstorage';

	const fs = clefs([localstorage]);
	const fileContents = await fs.readFile('/path/to/file.txt');
	console.log(fileContents);

/clefs-localstorage/

    Package Sidebar

    Install

    npm i clefs-localstorage

    Weekly Downloads

    9

    Version

    0.0.4

    License

    MIT

    Last publish

    Collaborators

    • douglas.wade