Socket
Socket
Sign inDemoInstall

tui-image-editor

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tui-image-editor

TOAST UI Component: ImageEditor


Version published
Weekly downloads
23K
decreased by-3.21%
Maintainers
1
Weekly downloads
 
Created
Source

Image Editor

Canvas image editor

image

Feature

  • Load image to canvas
  • Undo/Redo (With shortcut)
  • Crop
  • Flip
  • Rotation
  • Free Drawing
  • Line drawing
  • Shape
  • Icon
  • Text
  • Mask Filter
  • Image Filter

Documentation

Dependency

Tested Browsers

  • Browser:
    • IE9 ~ IE11
    • Edge
    • Chrome
    • Firefox
    • Safari
  • Mobile test environment
    • iOS 9.3.x
    • Android 4.4.x

Usage

Use npm

Install the latest version using npm command:

$ npm install tui-image-editor --save

or want to install the each version:

$ npm install tui-image-editor@<version> --save

To access as module format in your code:

var ImageEditor = require('tui-image-editor');
var instance = new ImageEditor('.tui-image-editor', {
    cssMaxWidth: 700,
    cssMaxHeight: 500,
    selectionStyle: {
        cornerSize: 20,
        rotatingPointOffset: 70
    }
});

Use bower

Install the latest version using bower command:

$ bower install tui-image-editor

or want to install the each version:

$ bower install tui-image-editor#<tag>

To access as namespace format in your code:

var imageEditor = new tui.ImageEditor('.tui-image-editor', {
    cssMaxWidth: 700,
    cssMaxHeight: 500,
    selectionStyle: {
        cornerSize: 20,
        rotatingPointOffset: 70
    }
});

Download

License

MIT LICENSE

Keywords

FAQs

Package last updated on 31 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc