UNPKG

tinymce-image-map

Version:

TinyMCE plugin that generates image map for HTML content

12 lines (9 loc) 195 B
import draw from "./draw"; import move from "./move"; import resize from "./resize"; const ActionDispatcher = { draw: draw, move: move, resize: resize }; export default ActionDispatcher;