mirror of
https://github.com/hobbesjaap/time-sampling-form.git
synced 2024-11-09 20:22:58 +00:00
16 lines
398 B
INI
16 lines
398 B
INI
|
[plugin]
|
||
|
|
||
|
name="HTML5 File Exchange"
|
||
|
description="Open/Import and Save/Export files in HTML5 environment.
|
||
|
Supported input - *.png, *.jpeg, *.webp
|
||
|
Supported output - *.png
|
||
|
|
||
|
Usage:
|
||
|
Get file from User -
|
||
|
var image:Image = yield(HTML5File.get_image(), \"completed\")
|
||
|
Send file to User -
|
||
|
HTML5File.save_image(image:Image, fileName:String = \"export\")"
|
||
|
author="laame"
|
||
|
version="0.1.1"
|
||
|
script="plugin.gd"
|