0.0.1 • Published 2 years ago

imaz v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years 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

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago