Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 402 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 402 Bytes

node-framebuffer

Build Status

A framebuffer wrapper for Node.js

Install

npm install framebuffer

or as git clone:

git clone https://github.com/denghongcai/node-framebuffer.git
cd node-framebuffer
npm install

Usage

See example for detail.