export class EasyBattlemapDropHandler { constructor() { this.backgroundImage = null; this.wallData = null; this.processingQueue = {}; } registerDropHandler() { // Add the drop area to the sidebar this._addDropArea(); // Register the drop handler on the canvas this._registerCanvasDropHandler(); // Register the drop handler for the custom drop area this._registerDropAreaHandler(); } _addDropArea() { const dropAreaHTML = `