LimeLM support in Javascript

Hi All,

I am working on an HTML5 plugin for Adobe Illustrator 2018.I found that the WebAPI supports C# and.Net, however this would not meet my requirements.

I want to know if there is TurboActivate support in Javascript as well.

Thanks!

Yes, it's coming with the next version (4.1) with a full example and help article. We have full support for NodeJS and and modern JS frameworks.

Shoot us an email at support@wyday.com and we can send you the pre-release version if you want to play around with it.

That's great news!!

I'll have sent a mail to the given mail address. Thanks for the update!

We haven't received an email from you. I'd double check the email address you're sending it to.

I have sent an email yesterday. Please let me know if you need anything else from me.

We just sent it today. Note that this new JavaScript integration is written to support NodeJS 6.x LTS as a minimum JavaScript featureset. Meaning it uses features like Promises that Adobe CEP doesn't support (because their JS version is more than a decade old and not really supported -- like all Adobe programming languages).

This means you'll have to use Polyfills for things like promises to get it to work in Adobe CEP.