var __extends=this&&this.__extends||function(){var n=function(e,r){return(n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,r){e.__proto__=r}||function(e,r){for(var t in r)Object.prototype.hasOwnProperty.call(r,t)&&(e[t]=r[t])})(e,r)};return function(e,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function t(){this.constructor=e}n(e,r),e.prototype=null===r?Object.create(r):(t.prototype=r.prototype,new t)}}();import BaseImageLayer from"./BaseImage.js";import CanvasImageLayerRenderer from"../renderer/canvas/ImageLayer.js";var ImageLayer=function(r){function e(e){return r.call(this,e)||this}return __extends(e,r),e.prototype.createRenderer=function(){return new CanvasImageLayerRenderer(this)},e}(BaseImageLayer);export default ImageLayer;