// Write example code
Did you fix this problem?
Currently i have the same issue.
I have the same problem
change the links of icon in tui-image-editor.js as per the icons exact location
if you have place the dist file in public folder change all the links of icon in code like this -
(the below line gives href="../dist/svg/iconname")
actually the solutions is to rewrite theme icon paths
'common.bi.image': 'img/some-path/some-imgi.svg',
'menu.normalIcon.path': 'img/some-path/icon-d.svg'
I have the same problem.
npm run build: svg creates the file under the dist / directory. The theme file should match its path.
Most helpful comment
npm run build: svgcreates the file under the dist / directory. The theme file should match its path.