clefs-fs

0.0.4 • Public • Published

clefs-localstorage

A clefs layer backed by localstorage-fs.

Clefs logo

Getting started

Installing

	npm i -S clefs clefs-fs

Usage

	import clefs from 'clefs/browser';
	import clefFs from 'clefs-fs';

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

Readme

Keywords

Package Sidebar

Install

npm i clefs-fs

Weekly Downloads

2

Version

0.0.4

License

MIT

Last publish

Collaborators

  • douglas.wade