TinyMCE integration in StencilJS application

41 Views Asked by At

I am working on StencilJS and want to integrate tinyMCE in my stencilJS application. I dont find any documentation of integrating tinyMCE in stencilJS. Can you please help?

i tried installing tinymce 6 through npm in my StencilJS application and initialize the tinymce in connectedCallback() of StencilJS Component, and in return used a textarea and call that textarea in tinymce.init but somehow it is not working. Also , not sure where to use api-Key of tinymce in this?

0

There are 0 best solutions below