coviu-url-resource-plugin

Coviu plugin to enable URLs as a resource

Usage no npm install needed!

<script type="module">
  import coviuUrlResourcePlugin from 'https://cdn.skypack.dev/coviu-url-resource-plugin';
</script>

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