@standard-library/flaneur

0.3.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @standard-library/flaneur

Weekly Downloads

1

Version

0.3.0

License

MIT

Unpacked Size

5.88 kB

Total Files

7

Last publish

Collaborators

  • standard-library