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);

Readme

Keywords

Package Sidebar

Install

npm i clefs-localstorage

Weekly Downloads

5

Version

0.0.4

License

MIT

Last publish

Collaborators

  • douglas.wade