From 2e38efcacdf687fb8c9fe867d47b8cb473e7826a Mon Sep 17 00:00:00 2001 From: iangilman Date: Tue, 20 Aug 2013 13:25:06 -0700 Subject: [PATCH] Created Making OpenSeadragon Plugins (markdown) --- Making-OpenSeadragon-Plugins.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Making-OpenSeadragon-Plugins.md diff --git a/Making-OpenSeadragon-Plugins.md b/Making-OpenSeadragon-Plugins.md new file mode 100644 index 0000000..bd20da2 --- /dev/null +++ b/Making-OpenSeadragon-Plugins.md @@ -0,0 +1,3 @@ +We don't have a formal plugin architecture (though we're open to suggestions on that front). Basically you just create a new JS file that's intended to be loaded after openseadragon.js, and which patches OpenSeadragon in some way or another to enable your functionality. + +Once you have created your plugin, link to it from https://github.com/openseadragon/site-build/issues/26 and we'll get it on the directory. \ No newline at end of file