events-stream

0.2.0 • Public • Published

events-stream

A stream of DOM events

Example

var events = require("events-stream")

// Keys is a readable stream that emits all keypress events dispatched from
// document.body
var keys = events(document.body, "keypress")

Installation

npm install events-stream

Contributors

  • Raynos

MIT Licenced

/events-stream/

    Package Sidebar

    Install

    npm i events-stream

    Weekly Downloads

    5

    Version

    0.2.0

    License

    none

    Last publish

    Collaborators

    • raynos