0.0.1 • Published 3 years ago

@inthepanchine/image-edit v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Image edit

A set of utilities for editing images written in typescript.

Installation

The ways for installing the projects are two:

  • Via npm
  • By downloading and importing the script file.

npm installation

In your node/npm project run:

$ npm install image-edit

If your project is a typescript project, install also the types declaration with:

$ npm install @types/image-edit

Download script file

Go under the release window and download the latest version.

For importing the script into a javascript file, you can use requirejs.

License

This repository is under MIT license.