0.3.0 • Published 6 years ago

@standard-library/flaneur v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

flaneur

Tell the flaneur where you'd like to go, and there the flaneur will take you.

Installation

yarn add @standard-library/flaneur

Usage

import flâneur from "@standard-library/flaneur";

const scrollY = K.fromEvents(window, "scroll").map(() => window.scrollTop);
const flânerie = flâneur({}, scrollY);

const interestingThings = K.sequentially(1000, [450, 100, 1000]);

flânerie.regard(interestingThings);
0.3.0

6 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago