A simple example to demonstrate how to inject Svelte components as plugins at runtime.
There is a simple plugin in examples/plugin and a simple app in examples/app.
The biggest issue currently is that the node app needs to be restarted to pick up new plugins and binding is not working.