Skip to content

Commit

Permalink
fix: move SizingStrategy to under RMQR namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
soya-daizu committed Jun 2, 2023
1 parent cfe4a13 commit 9352942
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/goban/rmqr/encoder.cr
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
struct Goban::RMQR < Goban::AbstractQR
enum SizingStrategy : UInt8
MinimizeArea
MinimizeWidth
MinimizeHeight
end

module Encoder
extend self

enum SizingStrategy : UInt8
MinimizeArea
MinimizeWidth
MinimizeHeight
end

# Creates a new Micro QR Code object for the given string, error correction level, and sizing strategy.
#
# Unlike regular QR Codes and Micro QR Codes, rMQR Codes has different sizes in width and height,
Expand Down

0 comments on commit 9352942

Please sign in to comment.