mirror of
https://github.com/hkalexling/Mango.git
synced 2026-03-20 00:00:48 -04:00
- define Image as struct
This commit is contained in:
@@ -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