4.0.2 • Published 8 years ago

learntolearn-geekskool v4.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
8 years ago

Installation:

npm install learntolearn-geekskool

Usage:

var express = require('express');
var app = express();
var fun = require('learntolearn-geekskool');

app.get('/shape', function(req, res) {
    res.setHeader('Content-Type', 'image/png');
    fun.rectangle(200,300,400,500).pngStream().pipe(res);
});

License :

The code is available at github project under MIT licence

4.0.2

8 years ago

4.0.1

8 years ago

4.0.0

8 years ago

3.0.0

8 years ago

2.0.0

8 years ago

1.0.0

8 years ago