pin-it

pin object updates to the dom

Usage no npm install needed!

<script type="module">
  import pinIt from 'https://cdn.skypack.dev/pin-it';
</script>

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

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