1.0.0 • Published 8 years ago

coviu-url-resource-plugin v1.0.0

Weekly downloads
3
License
Private
Repository
-
Last release
8 years ago

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

8 years ago