isomer icon indicating copy to clipboard operation
isomer copied to clipboard

integration with paperjs

Open akashjarad opened this issue 9 years ago • 1 comments

how can we use isomer with paperjs(http://paperjs.org) , i need to move the isomer object using mouse event . any solution?

akashjarad avatar Mar 18 '17 06:03 akashjarad

Think is perhaps more of a stack overflow question, I've had some success integrating isomer with easel.js, which gets you mouse events ( haven't gotten around doing drag drop, but it should be doable), check (Simplest case) :

https://github.com/jdan/isomer/issues/15

And (Object Oriented):

http://codepen.io/k3no/post/everyday-javascript-objects

KenoLeon avatar Mar 18 '17 21:03 KenoLeon