doom-nwmatcher

DOOM bridge for using NWMatcher selector engine.

Usage no npm install needed!

<script type="module">
  import doomNwmatcher from 'https://cdn.skypack.dev/doom-nwmatcher';
</script>

README

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.