2.0.1 • Published 3 years ago

@warp-works/warpjs-imagemap-editor-plugin v2.0.1

Weekly downloads
1
License
SEE LICENSE IN LI...
Repository
github
Last release
3 years ago

Warpjs ImageMap Editor Plugin

This plugin allows to use the mouse to add Rect shape image areas to the image.

Configuration

Add the following to .warp-works-warpjsrc of your project:

{
  plugins: [{
    "name": "imagemap-editor",
    "moduleName": "@warp-works/warpjs-imagemap-editor-plugin",
    "path": "/imagemap-editor",
    "type": "action",
    "config": {
      "glyphicon": "picture",
      "label": "Edit ImageMap"
    }
  }]
}

To be able to use it, the schema must have the following in the view:

actions: [{
  name: "EditImageMap",
  desc: "Action to launch ImageMap editor",
  type: "Action",
  id: <some-id>,
  pluginName: "imagemap-editor"
}]

The schema's pluginName must match the RC file's plugin.name.

2.0.1

3 years ago

2.0.0-rc.1

3 years ago

2.0.0

3 years ago

1.2.6

4 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago