I'm trying to read a simple .txt file that I've created in javascript mode. However, it either doesn't read the file or removes it from the web-export folder. Is there a simple way to just read a .txt file in javascript mode?
I'm having trouble with drawing a .png file. The image is a blurred red circle with transparency. However, the transparency only paints in black. Here's a very simple version of my program that illustrates the problem:
PGraphics pg;
PImage blob = new PImage(100, 100, ARGB);