diff options
author | mms <git@sapka.me> | 2024-12-27 00:16:14 +0100 |
---|---|---|
committer | mms <git@sapka.me> | 2024-12-27 00:16:14 +0100 |
commit | d3316d0b042ffa550ff56ed4e691c80003dd1414 (patch) | |
tree | dedf93e497bb3c95b5f952a79b13dc89d3670fcf /new/lib/crys/image_processor.rb | |
parent | 9ff71af752746fd4d61e7b5a1f025b1943f60dea (diff) |
feat(new): server mode
Diffstat (limited to 'new/lib/crys/image_processor.rb')
-rw-r--r-- | new/lib/crys/image_processor.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/new/lib/crys/image_processor.rb b/new/lib/crys/image_processor.rb new file mode 100644 index 0000000..1a33d04 --- /dev/null +++ b/new/lib/crys/image_processor.rb @@ -0,0 +1,10 @@ +module Crys + class ImageProcessor + def initialize(path:, width:, height:, format:) + end + + def path + + end + end +end |