Skip to content

Commit

Permalink
chore: tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Aug 25, 2024
1 parent ae16a07 commit c742984
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
8 changes: 0 additions & 8 deletions packages/core/src/services/imagePacker/bitmap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ export class BitmapButtonLcdImagePacker implements ButtonLcdImagePacker {
this.#bmpImagePPM = bmpImagePPM
}

// get imageWidth(): number {
// return this.#imageWidth
// }

// get imageHeight(): number {
// return this.#imageHeight
// }

public async convertPixelBuffer(
sourceBuffer: Uint8Array,
sourceOptions: InternalFillImageOptions,
Expand Down
3 changes: 0 additions & 3 deletions packages/core/src/services/imagePacker/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ export interface InternalFillImageOptions extends FillImageOptions {
}

export interface ButtonLcdImagePacker {
// readonly imageWidth: number
// readonly imageHeight: number

convertPixelBuffer(
sourceBuffer: Uint8Array,
sourceOptions: InternalFillImageOptions,
Expand Down
8 changes: 0 additions & 8 deletions packages/core/src/services/imagePacker/jpeg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ export class JpegButtonLcdImagePacker implements ButtonLcdImagePacker {
this.#xyFlip = xyFlip
}

// get imageWidth(): number {
// return this.#imageWidth
// }

// get imageHeight(): number {
// return this.#imageHeight
// }

public async convertPixelBuffer(
sourceBuffer: Uint8Array,
sourceOptions: InternalFillImageOptions,
Expand Down

0 comments on commit c742984

Please sign in to comment.