mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-16 13:20:01 +01:00
Fix : add a step in the demo
This commit is contained in:
@@ -42,7 +42,7 @@ module.exports = function ImageSelect(options) {
|
||||
|
||||
image = new Image();
|
||||
image.src = event.target.result;
|
||||
|
||||
document.image = image;
|
||||
el.html(image); // may be redundant
|
||||
|
||||
// this is done once per image:
|
||||
|
||||
Reference in New Issue
Block a user