( url, location, size, angle, container, options )
| 125 | } |
| 126 | }); |
| 127 | export var imageLayer = function ( |
| 128 | url, |
| 129 | location, |
| 130 | size, |
| 131 | angle, |
| 132 | container, |
| 133 | options |
| 134 | ) { |
| 135 | return new ImageLayer(url, location, size, angle, container, options); |
| 136 | }; |
no outgoing calls
no test coverage detected