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