How to use the tui-image-editor function in tui-image-editor

To help you get started, we’ve selected a few tui-image-editor examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github nhn / toast-ui.react-image-editor / src / index.js View on Github external
componentDidMount() {
    this.imageEditorInst = new TuiImageEditor(this.rootEl.current, {
      ...this.props
    });

    this.bindEventHandlers(this.props);
  }

tui-image-editor

TOAST UI ImageEditor

MIT
Latest version published 2 years ago

Package Health Score

58 / 100
Full package analysis

Popular tui-image-editor functions