UNPKG

tinymce-image-map

Version:

TinyMCE plugin that generates image map for HTML content

8 lines (6 loc) 112 B
const ACTIONS = Object.freeze({ DRAW: "draw", MOVE: "move", RESIZE: "resize" }); export default ACTIONS;