UNPKG

dreemgl

Version:

DreemGL is an open-source multi-screen prototyping framework for mediated environments, with a visual editor and shader styling for webGL and DALi runtimes written in JavaScript. As a toolkit for gpu-accelerated multiscreen development, DreemGL includes

13 lines (12 loc) 340 B
var request = require('../index') var r = request.get('https://log.curlybracecast.com.s3.amazonaws.com/', { aws: { key: 'AKIAI6KIQRRVMGK3WK5Q' , secret: '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' , bucket: 'log.curlybracecast.com' } }, function (e, resp, body) { console.log(r.headers) console.log(body) } )