I figured out how to use filesystem to save text files, but I can't figure out how do I save a png image?
Do you mean on the web?
You can use the Browser plugging "Invoke Download"
Exporting to Nwjs etc..?
You can use "Write Binary" in the Nwjs plugin
You have also the File system "Write Binary"
How can I add an image to Binary Data?
Develop games in your browser. Powerful, performant & highly capable.
> You have also the File system "Write Binary" How can I add an image to Binary Data?
> You have also the File system "Write Binary"
You need 3 plugins:
-Drawing Canvas or (System Snapshot canvas)
-BinaryData
-Ajax