# virtual-node
## Overview
`virtual-node` is a virtual DOM node implementation that works in browser and non-browser environments.
## Optional Features
- **`web`** *(enabled by default)* - Enables support for handling events, such as `onclick`.
Enables the `web-sys`, `js-sys` and `wasm-bindgen` dependencies.