mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-14 12:19:58 +01:00
Merging Crop.js
This commit is contained in:
@@ -86,7 +86,6 @@ ImageSequencer = function ImageSequencer(options) {
|
||||
// load default starting image
|
||||
// i.e. from parameter
|
||||
// this could send the image to ImageSelect, or something?
|
||||
// not currently working
|
||||
function loadImage(src, callback) {
|
||||
image = new Image();
|
||||
image.onload = function() {
|
||||
|
||||
Reference in New Issue
Block a user