coviu-url-resource-plugin

1.0.0 • Public • Published

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' })

Package Sidebar

Install

npm i coviu-url-resource-plugin

Weekly Downloads

2

Version

1.0.0

License

Private

Last publish

Collaborators

  • nathanoehlman