-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to load a default file? #37
Comments
This is related to #36. Loading an image programmatically was one of the features I wanted to add but I never really did it. The image is loaded in the image-map-creator/src/p5.image-map-creator.ts Lines 396 to 419 in f819e05
|
I want to use this code in a program of mine, but instead of having the users choose the image they want to use I want to assign an image from another separate program on page load. I've been finding it troublesome to find in which line the this program gets the image. Is there an easy way to do it?
The text was updated successfully, but these errors were encountered: