1.0.0-rc.35 • Published 3 years ago

@annotation-studio/plugin-resource-editor v1.0.0-rc.35

Weekly downloads
6
License
MIT
Repository
-
Last release
3 years ago

Annotation Studio - Resource editor plugin

This is the Open Seadragon or static image viewer component.

Usage

To use the plugin you need to add it as a dependency along with the core plugin:

$ npm i @annotation-studio/plugin-resource-editor @annotation-studio/plugin-core --save-dev

Note: you will probably want a viewer plugin too

Then in your code (ES6 in this example)

import CorePlugin from '@annotation-studio/plugin-core';
import ResourceEditor from '@annotation-studio/plugin-resource-editor';

// We need the core plugin.
const core = CorePlugin(
  document.getElementById('myContainer'),
  {
    resourceTemplates: '...',
    manifest: '...',
    canvas: '...',
    elucidateServer: '...',
  }
);

// We need to wait for the store to be available.
core.then(store => {
  ResourceEditor(
    document.getElementById('editor'),
    {
      canvas: {/* ... */}, // IIIF Canvas as JS object
    },
    store
  );
});
1.0.0-rc.35

3 years ago

1.0.0-rc.33

3 years ago

1.0.0-rc.32

4 years ago

1.0.0-rc.31

4 years ago

1.0.0-rc.30

4 years ago

1.0.0-rc.29

4 years ago

1.0.0-rc.28

4 years ago

1.0.0-rc.27

5 years ago

1.0.0-rc.26

5 years ago

1.0.0-rc.25

5 years ago

1.0.0-rc.24

5 years ago

1.0.0-rc.23

6 years ago

1.0.0-rc.22

6 years ago

1.0.0-rc.21

6 years ago

1.0.0-rc.20

6 years ago

1.0.0-rc.19

6 years ago

1.0.0-rc.18

6 years ago

1.0.0-rc.17

6 years ago

1.0.0-rc.15

6 years ago

1.0.0-rc.14

6 years ago

1.0.0-rc.13

6 years ago

1.0.0-rc.12

6 years ago