Open AkylbekSul opened 1 year ago
I'm having the same issue and in the meantime I did a workaround, not sure if this is right though.
I use SASS and did like below. I also had to make sure that scoped is not included in the style definition, or else the CSS would not show up.
<style lang="sass">
@import "~tui-image-editor/dist/tui-image-editor.min" // import css file from node_modules folder
</style>
@AkylbekSul The css load is required. The following CDN are available.
<link
rel="stylesheet"
href="https://uicdn.toast.com/tui-image-editor/latest/tui-image-editor.css"
/>
This issue has been automatically marked as inactive because there hasn’t been much going on it lately. It is going to be closed after 7 days. Thanks!
Summary tui-image-editor not showing properly in Vanilla.js. Why? What am I doing wrong? Screenshots
Version 3.15.3
Additional context code:
sandbox where I got this result https://ryy3zx.csb.app