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

9 lines (7 loc) 200 B
var test = require('tap').test var minimatch = require('../') test('extglob ending with statechar', function(t) { t.notOk(minimatch('ax', 'a?(b*)')) t.ok(minimatch('ax', '?(a*|b)')) t.end() })