Skip to content

Commit

Permalink
getImage method changed to getImageSource
Browse files Browse the repository at this point in the history
  • Loading branch information
PrafulB committed Feb 25, 2024
1 parent aea0865 commit 7f43cbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imagebox3.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ class Imagebox3 {
await this.createWorkerPool(this.numWorkers)
}

getImage() {
return this.image
getImageSource() {
return this.imageSource
}

getPyramid() {
Expand Down

0 comments on commit 7f43cbb

Please sign in to comment.