attribute
v0.1.0
Published
Stream that updates attributes on elements
Downloads
16
Readme
attribute
Stream that updates attributes on elements
Example
Creates a delta-stream which when written to updates attributes
var stream = AttributeStream(someElement)
stream.write([{
"anyAttribute": "anyValue"
}])
Installation
npm install attribute
Contributors
- Raynos