Arif Hussain

Results 8 comments of Arif Hussain

Exactly the same issue. Dynamically generated object property (value and name) seems to be not working properly.

``` const icona = require('tui-image-editor/dist/svg/icon-a.svg') const iconb = require('tui-image-editor/dist/svg/icon-b.svg') const iconc = require('tui-image-editor/dist/svg/icon-c.svg') const icond = require('tui-image-editor/dist/svg/icon-d.svg') //const bg = require('tui-image-editor/examples/img/bg.png') var blackTheme = { // or white // main...

You need to call method with this way ` yourEditorInstance.invoke('loadImageFromURL', imageURL, 'My sample image')`

Yo 2019. Is this issue still exist?. I am gonna start work on chrome extension which gonna be published in future.

@webbieram you can call editor by function after sortable. I am working on same module and here everything fine.[See in video](https://www.useloom.com/share/1a3527cba7074bbd82f8b6eb813e4815) If you are looking for same thing i will...

@jlouthan Is it possible that we use more than 8 source or destination points to transform?

@masatoTokyo `@beforeChange` instead of `@before-change`

@remitmaster solution worked for me. As he mentioned. You must add your folder (project directory ) to `` this part. After this, you can change the path in settings. But...