nturley / bitfield

bit field to SVG renderer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPM version Travis appVeyor

Install

npm i bit-field

Usage

bin/bitfield.js test/alpha.json > alpha.svg

alpha.json

[
    { "name": "IPO",   "bits": 8, "attr": "RO" },
    {                  "bits": 7 },
    { "name": "BRK",   "bits": 5, "attr": "RW" },
    { "name": "CPK",   "bits": 1 },
    { "name": "Clear", "bits": 3 },
    { "bits": 8 }
]

alpha.svg

Heat Sink

About

bit field to SVG renderer

License:MIT License


Languages

Language:JavaScript 100.0%