README
pin-it
pin object updates to the top right of your screen. minimally styled.
var pin = require('pin-it')
, obj = {x: 1, y:2} // assume this changes every frame
setInterval(function() {
pin(obj)
})
API
pin(obj[, updateEveryMS=0])
create-or-update a pinned value. pins are unique to the line they originated from.
license
MIT