0.0.1 • Published 12 months ago

imaz v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
12 months ago

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.

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago