hyperapp-debug
v2.0.0-beta.8
Published
[](https://travis-ci.org/mrozbarry/hyperapp-debug) [](https://www.npmjs.com/package/hyperapp-debug) [({
init: {},
view: () => null,
subscriptions: () => [],
node: document.getElementById('your-app'),
debug: {
enable: true,
adapter: adapters.ConsoleAdapter.use,
id: 'your-custom-id',
},
});Adapters
Check out the Adapters documentation.
History
For those coming from the elm community, you may notice much inspiration from Elm's time-travelling debugger :heart:.
Contributing
Check out the CONTRIBUTING.md guidelines for more information.
License
Hyperapp Debug is MIT licensed. See LICENSE.md.
