npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

pin-it

0.0.1

@chrisdickinson

npmRepoSnykSocket
Downloads:1148
$ npm install pin-it
DailyWeeklyMonthlyYearly

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

a better example

API

pin(obj[, updateEveryMS=0])

create-or-update a pinned value. pins are unique to the line they originated from.

license

MIT