mirror of
https://github.com/hkalexling/Mango.git
synced 2026-04-25 00:00:52 -04:00
- define Image as struct
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ require "zip"
|
|||||||
require "mime"
|
require "mime"
|
||||||
require "json"
|
require "json"
|
||||||
|
|
||||||
class Image
|
struct Image
|
||||||
property data : Bytes
|
property data : Bytes
|
||||||
property mime : String
|
property mime : String
|
||||||
property filename : String
|
property filename : String
|
||||||
|
|||||||
Reference in New Issue
Block a user