Skip to content

An observable wrapper for FileReader using Kefir

Notifications You must be signed in to change notification settings

calmm-js/karet.fr

Repository files navigation

Karet FR · Gitter GitHub stars

This library provides a thin wrapper over the standard FileReader API. See also Karet XHR.

Examples:

npm version Build Status Code Coverage

Contents

Reference

The interface of this library consists of named exports. Typically one just imports the library as:

import * as FR from 'karet.fr'