coviu-url-resource-plugin
v1.0.0
Published
Coviu plugin to enable URLs as a resource
Downloads
2
Maintainers
Readme
Coviu URL Resource plugin
This plugin adds the ability to load a URL as a document resource to a Coviu session
Installing the plugin
The plugin can be required directly into the Coviu build using the plugins
code
plugins.register(require('coviu-url-resource-plugin'))
It can also be directly imported using the built artifact, i.e.
plugins.register({ url: 'http://path-to/plugin.js' })
Or from the console
cvu.plugins.register({ url: 'http://path-to/plugin.js' })