Dear agent474,
Thank you for your question.
We don't have ready to use examples based on next.js project, so you should rather rely on our iinkJS examples to base your next.js project.
Regarding your convert issue, it is due to a network error, that seems related to the location in your code where you call the convert function.
If you want to implement a convert button, you can refer to this iinjKS example that implements such a button in WebSocket mode:
https://github.com/MyScript/iinkJS/blob/master/examples/v4/websocket_text_iink_search.html
Best regards,
Gwenaëlle
Agent474
I want to integrate iink with my next.js project
My app is using typescript actually.
This is my full code
but It's not work as I expected and my custom convert button doesn't work either.
If I change type from 'TEXT' to 'MATH', It doesn't work either.
Your official Github provides react example only.
So where can i get the proper support for next.js project?
Sorry for my bad English.
Thx.