1.0.0 • Published 10 years ago
coviu-url-resource-plugin v1.0.0
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' })1.0.0
10 years ago