mirror of
https://github.com/hkalexling/Mango.git
synced 2025-09-19 00:24:16 -04:00
- define Image as struct
This commit is contained in:
parent
7168c6bfb2
commit
e5e2540b7c
@ -2,7 +2,7 @@ require "zip"
|
||||
require "mime"
|
||||
require "json"
|
||||
|
||||
class Image
|
||||
struct Image
|
||||
property data : Bytes
|
||||
property mime : String
|
||||
property filename : String
|
||||
|
Loading…
x
Reference in New Issue
Block a user