UNPKG

tinymce-image-map

Version:

TinyMCE plugin that generates image map for HTML content

9 lines (7 loc) 97 B
class Point { constructor(x, y) { this.x = x; this.y = y; } } export default Point;