mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-03 03:15:31 -04:00
- define Image as struct
This commit is contained in:
parent
7168c6bfb2
commit
e5e2540b7c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user