0.1.0 • Published 11 years ago

doom-nwmatcher v0.1.0

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

DOOM: NWMatcher

DOOM bridge for using NWMatcher selector engine.

Example

// You need to pass over the global object to the bridge
var NWMatcherBridge = require('doom-nwmatcher')(window)

// Then just instantiate DOOM as normal
var doom = require('doom')(NWMatcherBridge)

Installing

Just grab it from NPM:

$ npm install doom-nwmatcher

Licence

MIT/X11. ie.: do whatever you want.