ImazJS
Usage
Getting started
import { Imaz } from 'imaz';
const im = new Imaz({
view: /* element to working with, should a <div> elm */
});
// want to active
im.active();
// want to destroy
im.destroy();
Load image
im.load(file);
Modes
View (default)
- drag -> Move image around view.
License
MIT.