Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 356 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 356 Bytes

attribute

Stream that updates attributes on elements

Example

Creates a delta-stream which when written to updates attributes

var delta = Attribute(someElement)

delta.set("anyAttribute", "anyValue")

Installation

npm install attribute

Contributors

  • Raynos

MIT Licenced