Skip to main content
JuniorRamos29
Known Participant
July 2, 2021
Question

Convert JSX files to JSXBIN with NPM package

  • July 2, 2021
  • 1 reply
  • 1908 views

Hi,
I'm developing an extension with CEP panel for After Effects.
The application it's working normally, but when I convert to .jsxbin it won't work.
I'm using the jsxbin npm package.
There are any requirements or proper ways of converting the files to .jsxbin to use with the host application?


Thanks in advance. 

This topic has been closed for replies.

1 reply

Mathias Moehl
Community Expert
July 4, 2021

Does it work if you create the jsxbin files manually (with the VSCode plugin)?

I am not sure if jsxbin is supported for CEP officially at all.

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
JuniorRamos29
Known Participant
July 4, 2021

Seems to work if you create and declare inside an eval() call, like using the TextToJsxbin VS Code plugin. 
But the raw jsxbin seems not to work.

I've checked up some third-party CEP extensions that I have installed, and some have .jsxbin files.
Now I'm trying to create with the VS Code Debugger plugin, but with an automated gulp task
And I'm not sure, but I believe that can be some .jsxbin versioning issue. 






JuniorRamos29
Known Participant
July 5, 2021

Well, 
I tried with the VS Code extension also and still won't work.  =/